Uses of Interface
com.puppycrawl.tools.checkstyle.TreeWalkerFilter
-
Packages that use TreeWalkerFilter Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of TreeWalkerFilter in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement TreeWalkerFilter Modifier and Type Class Description class
XpathFileGeneratorAstFilter
CatchesTreeWalkerAuditEvent
and generates corresponding xpath query.Fields in com.puppycrawl.tools.checkstyle with type parameters of type TreeWalkerFilter Modifier and Type Field Description private Set<TreeWalkerFilter>
TreeWalker. filters
The ast filters. -
Uses of TreeWalkerFilter in com.puppycrawl.tools.checkstyle.filters
Classes in com.puppycrawl.tools.checkstyle.filters that implement TreeWalkerFilter Modifier and Type Class Description class
SuppressionCommentFilter
FilterSuppressionCommentFilter
uses pairs of comments to suppress audit events.class
SuppressionXpathFilter
FilterSuppressionXpathFilter
works as SuppressionFilter.class
SuppressionXpathSingleFilter
FilterSuppressionXpathSingleFilter
suppresses audit events for Checks violations in the specified file, class, checks, message, module id, and xpath.class
SuppressWithNearbyCommentFilter
FilterSuppressWithNearbyCommentFilter
uses nearby comments to suppress audit events.class
XpathFilterElement
This filter element is immutable and processesTreeWalkerAuditEvent
objects based on the criteria of file, check, module id, xpathQuery.Fields in com.puppycrawl.tools.checkstyle.filters with type parameters of type TreeWalkerFilter Modifier and Type Field Description private Set<TreeWalkerFilter>
SuppressionXpathFilter. filters
Set of individual xpath suppresses.private Set<TreeWalkerFilter>
SuppressionsLoader. treeWalkerFilters
The set of theTreeWalkerFilter
filters.Methods in com.puppycrawl.tools.checkstyle.filters that return types with arguments of type TreeWalkerFilter Modifier and Type Method Description static Set<TreeWalkerFilter>
SuppressionsLoader. loadXpathSuppressions(String filename)
Returns the suppressionTreeWalker
filters in a specified file.private static Set<TreeWalkerFilter>
SuppressionsLoader. loadXpathSuppressions(InputSource source, String sourceName)
Returns the suppressionTreeWalker
filters in a specified source.
-