Uses of Enum
com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler.LineWrappingOptions
Package
Description
Contains all classes required for the
indentation check.
-
Uses of LineWrappingHandler.LineWrappingOptions in com.puppycrawl.tools.checkstyle.checks.indentation
Modifier and TypeMethodDescriptionLineWrappingHandler.LineWrappingOptions.ofBoolean
(boolean val) Builds enum value from boolean.Returns the enum constant of this type with the specified name.LineWrappingHandler.LineWrappingOptions.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
LineWrappingHandler.checkIndentation
(DetailAST firstNode, DetailAST lastNode, int indentLevel, int startIndent, LineWrappingHandler.LineWrappingOptions ignoreFirstLine) Checks line wrapping into expressions and definitions.