Uses of Class
com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler.LineWrappingOptions
-
Packages that use LineWrappingHandler.LineWrappingOptions Package Description com.puppycrawl.tools.checkstyle.checks.indentation 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.LineWrappingOptions Modifier and Type Method Description static LineWrappingHandler.LineWrappingOptions
LineWrappingHandler.LineWrappingOptions. ofBoolean(boolean val)
Builds enum value from boolean.static LineWrappingHandler.LineWrappingOptions
LineWrappingHandler.LineWrappingOptions. valueOf(java.lang.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.Methods in com.puppycrawl.tools.checkstyle.checks.indentation with parameters of type LineWrappingHandler.LineWrappingOptions Modifier and Type Method Description void
LineWrappingHandler. checkIndentation(DetailAST firstNode, DetailAST lastNode, int indentLevel, int startIndent, LineWrappingHandler.LineWrappingOptions ignoreFirstLine)
Checks line wrapping into expressions and definitions.
-