Uses of Class
com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Packages that use TreeWalkerAuditEvent 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.com.puppycrawl.tools.checkstyle.xpath Contains the nodes implementations for XPATH queries and query generator. -
-
Uses of TreeWalkerAuditEvent in com.puppycrawl.tools.checkstyle
Methods in com.puppycrawl.tools.checkstyle with parameters of type TreeWalkerAuditEvent Modifier and Type Method Description boolean
TreeWalkerFilter. accept(TreeWalkerAuditEvent treeWalkerAuditEvent)
Determines whether or not a filteredTreeWalkerAuditEvent
is accepted.boolean
XpathFileGeneratorAstFilter. accept(TreeWalkerAuditEvent event)
-
Uses of TreeWalkerAuditEvent in com.puppycrawl.tools.checkstyle.filters
Methods in com.puppycrawl.tools.checkstyle.filters with parameters of type TreeWalkerAuditEvent Modifier and Type Method Description boolean
SuppressionCommentFilter. accept(TreeWalkerAuditEvent event)
boolean
SuppressionXpathFilter. accept(TreeWalkerAuditEvent treeWalkerAuditEvent)
boolean
SuppressionXpathSingleFilter. accept(TreeWalkerAuditEvent treeWalkerAuditEvent)
boolean
SuppressWithNearbyCommentFilter. accept(TreeWalkerAuditEvent event)
boolean
XpathFilterElement. accept(TreeWalkerAuditEvent event)
-
Uses of TreeWalkerAuditEvent in com.puppycrawl.tools.checkstyle.xpath
Constructors in com.puppycrawl.tools.checkstyle.xpath with parameters of type TreeWalkerAuditEvent Constructor Description XpathQueryGenerator(TreeWalkerAuditEvent event, int tabWidth)
Creates a newXpathQueryGenerator
instance.
-