|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.puppycrawl.tools.checkstyle.WrapOpOption
Represents the options for wrapping on operators.
| Field Summary | |
static WrapOpOption |
EOL
represents operator at end of line |
static WrapOpOption |
IGNORE
represents ignoring the wrapping |
static WrapOpOption |
NL
represents operator on a new line |
| Method Summary | |
static WrapOpOption |
decode(java.lang.String aStrRep)
Returns the option specified by a string representation. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final WrapOpOption NL
public static final WrapOpOption EOL
public static final WrapOpOption IGNORE
| Method Detail |
public static WrapOpOption decode(java.lang.String aStrRep)
aStrRep - the String representation to parse
WrapOpOption value represented by aStrRep, or
null if none exists.public java.lang.String toString()
toString in class java.lang.ObjectObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||