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
Subclasses with type arguments of type LineWrappingHandler.LineWrappingOptions in com.puppycrawl.tools.checkstyle.checks.indentationModifier and TypeClassDescriptionstatic enumEnum to be used for test if first line's indentation should be checked or not.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.