|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.puppycrawl.tools.checkstyle.checks.AbstractOption
com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
public final class PadOption
Represents the options for whitespace around parentheses.
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 java.util.Map |
getStrToOpt()
Returns the map from string representations to options. |
| Methods inherited from class com.puppycrawl.tools.checkstyle.checks.AbstractOption |
|---|
decode, readResolve, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PadOption NOSPACE
public static final PadOption SPACE
| Method Detail |
|---|
protected java.util.Map getStrToOpt()
getStrToOpt in class AbstractOptionMap from strings to options.
|
Back to the Checkstyle Home Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||