|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.puppycrawl.tools.checkstyle.RightCurlyOption
Represents the options for placing the right curly brace '}'.
| Field Summary | |
static RightCurlyOption |
ALONE
represents placing the brace alone on a line |
static RightCurlyOption |
IGNORE
represents ignoring the placement |
static RightCurlyOption |
SAME
represents placing the brace on the same line |
| Method Summary | |
static RightCurlyOption |
decode(java.lang.String aStrRep)
Returns the RightCurlyOption 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 RightCurlyOption ALONE
public static final RightCurlyOption SAME
public static final RightCurlyOption IGNORE
| Method Detail |
public static RightCurlyOption decode(java.lang.String aStrRep)
aStrRep - the String representation to parse
RightCurlyOption 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 | ||||||||