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.Fields in com.puppycrawl.tools.checkstyle with type parameters of type TreeWalkerFilter Modifier and Type Field Description private java.util.Set<TreeWalkerFilter>TreeWalker. filtersThe 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 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.Fields in com.puppycrawl.tools.checkstyle.filters with type parameters of type TreeWalkerFilter Modifier and Type Field Description private java.util.Set<TreeWalkerFilter>SuppressionXpathFilter. filtersSet of individual xpath suppresses.private java.util.Set<TreeWalkerFilter>SuppressionsLoader. treeWalkerFiltersThe set of theTreeWalkerFilterfilters.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.private static java.util.Set<TreeWalkerFilter>SuppressionsLoader. loadXpathSuppressions(org.xml.sax.InputSource source, java.lang.String sourceName)Returns the suppressionTreeWalkerfilters in a specified source.
-