Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.indentation |
Contains all classes required for the
indentation check.
|
Modifier and Type | Method and Description |
---|---|
static LineWrappingHandler.LineWrappingOptions |
LineWrappingHandler.LineWrappingOptions.ofBoolean(boolean val)
Builds enum value from boolean.
|
static LineWrappingHandler.LineWrappingOptions |
LineWrappingHandler.LineWrappingOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineWrappingHandler.LineWrappingOptions[] |
LineWrappingHandler.LineWrappingOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LineWrappingHandler.checkIndentation(DetailAST firstNode,
DetailAST lastNode,
int indentLevel,
int startIndent,
LineWrappingHandler.LineWrappingOptions ignoreFirstLine)
Checks line wrapping into expressions and definitions.
|
Copyright © 2001–2018. All rights reserved.