public final class PadOption extends AbstractOption
EmptyForIteratorPadCheck
,
ParenPadCheck
,
Serialized FormModifier and Type | Field and Description |
---|---|
static PadOption |
NOSPACE
Represents no spacing following a left parenthesis
or preceding a right one.
|
static PadOption |
SPACE
Represents mandatory spacing following a left parenthesis
and preceeing a right one.
|
Modifier and Type | Method and Description |
---|---|
protected Map |
getStrToOpt()
Returns the map from string representations to options.
|
decode, readResolve, toString
public static final PadOption NOSPACE
public static final PadOption SPACE
protected Map getStrToOpt()
getStrToOpt
in class AbstractOption
Map
from strings to options.