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. -
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
A filter that uses comments to suppress audit events.class
SuppressionXpathFilter
This filter accepts TreeWalkerAuditEvents according to file, check and xpath query, as specified in a suppression file.class
SuppressWithNearbyCommentFilter
A filter that uses nearby comments to suppress audit events.class
XpathFilter
This filter processesTreeWalkerAuditEvent
objects 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 suppressionTreeWalker
filters in a specified file.
-