Uses of Class
com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Packages that use LineWrappingHandler Package Description com.puppycrawl.tools.checkstyle.checks.indentation Contains all classes required for the indentation check. -
-
Uses of LineWrappingHandler in com.puppycrawl.tools.checkstyle.checks.indentation
Fields in com.puppycrawl.tools.checkstyle.checks.indentation declared as LineWrappingHandler Modifier and Type Field Description private LineWrappingHandler
IndentationCheck. lineWrappingHandler
Instance of line wrapping handler to use.Methods in com.puppycrawl.tools.checkstyle.checks.indentation that return LineWrappingHandler Modifier and Type Method Description LineWrappingHandler
IndentationCheck. getLineWrappingHandler()
Accessor for the line wrapping handler.
-