Uses of Enum
com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler.LineWrappingOptions
Packages that use LineWrappingHandler.LineWrappingOptions
Package
Description
Contains all classes required for the
indentation check.
-
Uses of LineWrappingHandler.LineWrappingOptions in com.puppycrawl.tools.checkstyle.checks.indentation
Methods in com.puppycrawl.tools.checkstyle.checks.indentation that return LineWrappingHandler.LineWrappingOptionsModifier 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.Methods in com.puppycrawl.tools.checkstyle.checks.indentation with parameters of type LineWrappingHandler.LineWrappingOptionsModifier and TypeMethodDescriptionvoid
LineWrappingHandler.checkIndentation
(DetailAST firstNode, DetailAST lastNode, int indentLevel, int startIndent, LineWrappingHandler.LineWrappingOptions ignoreFirstLine) Checks line wrapping into expressions and definitions.