public final class RightCurlyOption extends AbstractOption
'}'.| Modifier and Type | Field and Description |
|---|---|
static RightCurlyOption |
ALONE
Represents the policy that the brace must be alone on the line.
|
static RightCurlyOption |
SAME
Represents the policy that the brace must be on the same line as the
next statement.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map |
getStrToOpt()
Returns the map from string representations to options.
|
decode, readResolve, toStringpublic static final RightCurlyOption ALONE
try {
...
}
finally {
public static final RightCurlyOption SAME
try {
...
} finally {
protected Map getStrToOpt()
getStrToOpt in class AbstractOptionMap from strings to options.