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 classSuppressionCommentFilterA filter that uses comments to suppress audit events.classSuppressionXpathFilterThis filter accepts TreeWalkerAuditEvents according to file, check and xpath query, as specified in a suppression file.classSuppressWithNearbyCommentFilterA filter that uses nearby comments to suppress audit events.classXpathFilterThis filter 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.
-