com.puppycrawl.tools.checkstyle.checks.whitespace
Class PadOption
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.AbstractOption
com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
- All Implemented Interfaces:
- Serializable
public final class PadOption
- extends AbstractOption
Represents the options for whitespace around parentheses.
- Version:
- 1
- Author:
- Oliver Burn
- See Also:
EmptyForIteratorPadCheck
,
ParenPadCheck
,
Serialized Form
Field Summary |
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. |
Method Summary |
protected Map |
getStrToOpt()
Returns the map from string representations to options. |
NOSPACE
public static final PadOption NOSPACE
- Represents no spacing following a left parenthesis
or preceding a right one.
SPACE
public static final PadOption SPACE
- Represents mandatory spacing following a left parenthesis
and preceeing a right one.
getStrToOpt
protected Map getStrToOpt()
- Returns the map from string representations to options.
- Specified by:
getStrToOpt
in class AbstractOption
- Returns:
Map
from strings to options.