Uses of Class
com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
-
Packages that use LineSet Package Description com.puppycrawl.tools.checkstyle.checks.indentation Contains all classes required for the indentation check. -
-
Uses of LineSet in com.puppycrawl.tools.checkstyle.checks.indentation
Methods in com.puppycrawl.tools.checkstyle.checks.indentation with parameters of type LineSet Modifier and Type Method Description private void
AbstractExpressionHandler. checkLinesIndent(LineSet lines, IndentLevel indentLevel, boolean firstLineMatches, int firstLine)
Check the indentation for a set of lines.protected void
AbstractExpressionHandler. findSubtreeLines(LineSet lines, DetailAST tree, boolean allowNesting)
Find the set of lines for a given subtree.
-