|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.puppycrawl.tools.checkstyle.PadOption
Represents the options for whitespace around parenthesis.
| Field Summary | |
static PadOption |
IGNORE
represents ignoring the spacing |
static PadOption |
NOSPACE
represents no spacing |
static PadOption |
SPACE
represents mandatory spacing |
| Method Summary | |
static PadOption |
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 PadOption NOSPACE
public static final PadOption IGNORE
public static final PadOption SPACE
| Method Detail |
public static PadOption decode(java.lang.String aStrRep)
aStrRep - the String representation to parse
PadOption 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 | ||||||||