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 booleanTreeWalkerFilter. accept(TreeWalkerAuditEvent treeWalkerAuditEvent)Determines whether or not a filteredTreeWalkerAuditEventis accepted.booleanXpathFileGeneratorAstFilter. 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 booleanSuppressionCommentFilter. accept(TreeWalkerAuditEvent event)booleanSuppressionXpathFilter. accept(TreeWalkerAuditEvent treeWalkerAuditEvent)booleanSuppressionXpathSingleFilter. accept(TreeWalkerAuditEvent treeWalkerAuditEvent)booleanSuppressWithNearbyCommentFilter. accept(TreeWalkerAuditEvent event)booleanXpathFilterElement. 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 newXpathQueryGeneratorinstance.
-