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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TreeWalkerFilter.accept(TreeWalkerAuditEvent treeWalkerAuditEvent)
Determines whether or not a filtered
TreeWalkerAuditEvent is accepted. |
boolean |
XpathFileGeneratorAstFilter.accept(TreeWalkerAuditEvent event) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
XpathQueryGenerator(TreeWalkerAuditEvent event,
int tabWidth)
Creates a new
XpathQueryGenerator instance. |
Copyright © 2001–2020. All rights reserved.