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, toString
public static final RightCurlyOption ALONE
try { ... } finally {
public static final RightCurlyOption SAME
try { ... } finally {
protected Map getStrToOpt()
getStrToOpt
in class AbstractOption
Map
from strings to options.