Uses of Interface
com.puppycrawl.tools.checkstyle.TreeWalkerFilter
Packages that use TreeWalkerFilter
Package
Description
Contains the implementation of the Checkstyle framework.
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 TreeWalkerFilterModifier and TypeClassDescriptionclassCatchesTreeWalkerAuditEventand generates corresponding xpath query.Fields in com.puppycrawl.tools.checkstyle with type parameters of type TreeWalkerFilterModifier and TypeFieldDescriptionprivate final Set<TreeWalkerFilter>TreeWalker.filtersThe ast filters. -
Uses of TreeWalkerFilter in com.puppycrawl.tools.checkstyle.filters
Classes in com.puppycrawl.tools.checkstyle.filters that implement TreeWalkerFilterModifier and TypeClassDescriptionclassFilterSuppressionCommentFilteruses pairs of comments to suppress audit events.classFilterSuppressionXpathFilterworks as SuppressionFilter, but also processessuppress-xpathelements, which contain xpath-expressions.classFilterSuppressionXpathSingleFiltersuppresses audit events for Checks violations in the specified file, class, checks, message, module id, and xpath.classFilterSuppressWithNearbyCommentFilteruses nearby comments to suppress audit events.classThis filter element is immutable and processesTreeWalkerAuditEventobjects based on the criteria of file, check, module id, xpathQuery.Fields in com.puppycrawl.tools.checkstyle.filters with type parameters of type TreeWalkerFilterModifier and TypeFieldDescriptionprivate final Set<TreeWalkerFilter>SuppressionXpathFilter.filtersSet of individual xpath suppresses.private final Set<TreeWalkerFilter>SuppressionsLoader.treeWalkerFiltersThe set of theTreeWalkerFilterfilters.Methods in com.puppycrawl.tools.checkstyle.filters that return types with arguments of type TreeWalkerFilterModifier and TypeMethodDescriptionstatic Set<TreeWalkerFilter>SuppressionsLoader.loadXpathSuppressions(String filename) Returns the suppressionTreeWalkerfilters in a specified file.private static Set<TreeWalkerFilter>SuppressionsLoader.loadXpathSuppressions(InputSource source, String sourceName) Returns the suppressionTreeWalkerfilters in a specified source.