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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TreeWalkerFilter.accept(TreeWalkerAuditEvent treeWalkerAuditEvent)
Determines whether or not a filtered
TreeWalkerAuditEvent is accepted. |
Modifier and Type | Method and Description |
---|---|
boolean |
SuppressionCommentFilter.accept(TreeWalkerAuditEvent event) |
boolean |
SuppressWithNearbyCommentFilter.accept(TreeWalkerAuditEvent event) |
boolean |
XpathFilter.accept(TreeWalkerAuditEvent event) |
boolean |
SuppressionXpathFilter.accept(TreeWalkerAuditEvent treeWalkerAuditEvent) |
boolean |
SuppressionCommentFilter.Tag.isMatch(TreeWalkerAuditEvent event)
Determines whether the source of an audit event
matches the text of this tag.
|
boolean |
SuppressWithNearbyCommentFilter.Tag.isMatch(TreeWalkerAuditEvent event)
Determines whether the source of an audit event
matches the text of this tag.
|
Copyright © 2001–2018. All rights reserved.