Uses of Enum Class
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 TypeMethodDescriptionReturns the enum constant of this class with the specified name.LineWrappingHandler.LineWrappingOptions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.puppycrawl.tools.checkstyle.checks.indentation with parameters of type LineWrappingHandler.LineWrappingOptionsModifier and TypeMethodDescriptionvoidLineWrappingHandler.checkIndentation(DetailAST firstNode, DetailAST lastNode, int indentLevel, int startIndent, LineWrappingHandler.LineWrappingOptions ignoreFirstLine) Checks line wrapping into expressions and definitions.protected voidAbstractExpressionHandler.checkWrappingIndentation(DetailAST firstNode, DetailAST lastNode, int wrappedIndentLevel, int startIndent, LineWrappingHandler.LineWrappingOptions ignoreFirstLine) Checks indentation on wrapped lines between and includingfirstNodeandlastNode.