|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractOption | |
com.puppycrawl.tools.checkstyle.checks | Contains the checks that are bundled with the main distribution. |
com.puppycrawl.tools.checkstyle.checks.blocks | Contains the Block checks that are bundled with the main distribution. |
com.puppycrawl.tools.checkstyle.checks.j2ee | Contains J2EE checks. |
com.puppycrawl.tools.checkstyle.checks.whitespace | Contains the Whitespace 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 |
LineSeparatorOption
Represents the options for line separator settings. |
Methods in com.puppycrawl.tools.checkstyle.checks that return AbstractOption | |
AbstractOption |
AbstractOption.decode(java.lang.String aStrRep)
Returns the option specified by a string representation. |
AbstractOption |
AbstractOptionCheck.getAbstractOption()
|
Constructors in com.puppycrawl.tools.checkstyle.checks with parameters of type AbstractOption | |
AbstractOptionCheck(AbstractOption aDefault)
Creates a new AbstractOptionCheck instance. |
Uses of AbstractOption in com.puppycrawl.tools.checkstyle.checks.blocks |
Subclasses of AbstractOption in com.puppycrawl.tools.checkstyle.checks.blocks | |
class |
BlockOption
Represents the policy for checking block statements. |
class |
LeftCurlyOption
Represents the options for placing the left curly brace '{' . |
class |
RightCurlyOption
Represents the options for placing the right curly brace '}' . |
Uses of AbstractOption in com.puppycrawl.tools.checkstyle.checks.j2ee |
Subclasses of AbstractOption in com.puppycrawl.tools.checkstyle.checks.j2ee | |
class |
PersistenceOption
Represents the policy for checking entity bean restrictions according to whether persistence is bean-managed, container-managed, or mixed. |
Uses of AbstractOption in com.puppycrawl.tools.checkstyle.checks.whitespace |
Subclasses of AbstractOption in com.puppycrawl.tools.checkstyle.checks.whitespace | |
class |
OperatorWrapOption
Represents the options for wrapping on an operator. |
class |
PadOption
Represents the options for whitespace around parentheses. |
|
Back to the Checkstyle Home Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |