Uses of Class
com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
Packages that use TreeWalkerAuditEvent
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the filters that are bundled with the main distribution.
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 TreeWalkerAuditEventModifier and TypeMethodDescriptionbooleanTreeWalkerFilter.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 TreeWalkerAuditEventModifier and TypeMethodDescriptionbooleanSuppressionCommentFilter.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 TreeWalkerAuditEventModifierConstructorDescriptionXpathQueryGenerator(TreeWalkerAuditEvent event, int tabWidth) Creates a newXpathQueryGeneratorinstance.