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