|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.puppycrawl.tools.checkstyle.checks.AbstractOption
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
public final class OperatorWrapOption
Represents the options for wrapping on an operator.
Field Summary | |
---|---|
static OperatorWrapOption |
EOL
Require that the operator is at the end of the line. |
static OperatorWrapOption |
NL
Require that the operator is on a new line. |
Method Summary | |
---|---|
protected java.util.Map |
getStrToOpt()
Returns the map from string representations to options. |
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.AbstractOption |
---|
decode, readResolve, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final OperatorWrapOption NL
public static final OperatorWrapOption EOL
Method Detail |
---|
protected java.util.Map getStrToOpt()
getStrToOpt
in class AbstractOption
Map
from strings to options.
|
Back to the Checkstyle Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |