Uses of Class
com.puppycrawl.tools.checkstyle.checks.indentation.DetailAstSet
Packages that use DetailAstSet
Package
Description
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 DetailAstSetModifier and TypeMethodDescriptionprivate void
AbstractExpressionHandler.checkLinesIndent
(DetailAstSet astSet, IndentLevel indentLevel, boolean firstLineMatches, int firstLine, boolean allowNesting) Check the indentation for a set of lines.protected final void
AbstractExpressionHandler.findSubtreeAst
(DetailAstSet astSet, DetailAST tree, boolean allowNesting) Find the set of abstract syntax tree for a given subtree.