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 protected void
AbstractExpressionHandler. findSubtreeLines(LineSet lines, DetailAST tree, boolean allowNesting)
Find the set of lines for a given subtree.
-