Uses of Class
com.puppycrawl.tools.checkstyle.checks.AbstractOption

Packages that use AbstractOption
com.puppycrawl.tools.checkstyle.checks Contains the checks that are bundled with the main distribution. 
 

Uses of AbstractOption in com.puppycrawl.tools.checkstyle.checks
 

Subclasses of AbstractOption in com.puppycrawl.tools.checkstyle.checks
 class BlockOption
          Represents the policy for checking block statements.
 class LeftCurlyOption
          Represents the options for placing the left curly brace '{'.
 class LineSeparatorOption
          Represents the options for line separator settings.
 class OperatorWrapOption
          Represents the options for wrapping on an operator.
 class PadOption
          Represents the options for whitespace around parentheses.
 class RightCurlyOption
          Represents the options for placing the right curly brace '}'.
 

Methods in com.puppycrawl.tools.checkstyle.checks that return AbstractOption
 AbstractOption AbstractOptionCheck.getAbstractOption()
           
 AbstractOption AbstractOption.decode(java.lang.String aStrRep)
          Returns the option specified by a string representation.
 

Constructors in com.puppycrawl.tools.checkstyle.checks with parameters of type AbstractOption
AbstractOptionCheck(AbstractOption aDefault)
          Creates a new AbstractOptionCheck instance.
 


Back to the Checkstyle Home Page