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 TypeMethodDescriptionprotected final void
AbstractExpressionHandler.findSubtreeAst
(DetailAstSet astSet, DetailAST tree, boolean allowNesting) Find the set of abstract syntax tree for a given subtree.