com.puppycrawl.tools.checkstyle.checks.whitespace
Class PadOption
- Serializable
public final class PadOption
Represents the options for whitespace around parentheses.
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.
|
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.