com.puppycrawl.tools.checkstyle.checks.whitespace
public final class PadOption extends AbstractOption
Version: 1
See Also: EmptyForIteratorPadCheck ParenPadCheck
| 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() |