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 classXpathFileGeneratorAstFilterCatchesTreeWalkerAuditEventand generates corresponding xpath query. -
Uses of TreeWalkerFilter in com.puppycrawl.tools.checkstyle.filters
Classes in com.puppycrawl.tools.checkstyle.filters that implement TreeWalkerFilter Modifier and Type Class Description classSuppressionCommentFilterFilterSuppressionCommentFilteruses pairs of comments to suppress audit events.classSuppressionXpathFilterFilterSuppressionXpathFilterworks as SuppressionFilter.classSuppressionXpathSingleFilterFilterSuppressionXpathSingleFiltersuppresses audit events for Checks violations in the specified file, class, checks, message, module id, and xpath.classSuppressWithNearbyCommentFilterFilterSuppressWithNearbyCommentFilteruses nearby comments to suppress audit events.classXpathFilterElementThis filter element is immutable and processesTreeWalkerAuditEventobjects based on the criteria of file, check, module id, xpathQuery.Methods in com.puppycrawl.tools.checkstyle.filters that return types with arguments of type TreeWalkerFilter Modifier and Type Method Description static java.util.Set<TreeWalkerFilter>SuppressionsLoader. loadXpathSuppressions(java.lang.String filename)Returns the suppressionTreeWalkerfilters in a specified file.
-