Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Packages that use SuppressionCommentFilter.Tag
Package
Description
Contains the filters that are bundled with the main distribution.
-
Uses of SuppressionCommentFilter.Tag in com.puppycrawl.tools.checkstyle.filters
Fields in com.puppycrawl.tools.checkstyle.filters with type parameters of type SuppressionCommentFilter.TagModifier and TypeFieldDescriptionprivate final List
<SuppressionCommentFilter.Tag> SuppressionCommentFilter.tags
Tagged comments.Methods in com.puppycrawl.tools.checkstyle.filters that return SuppressionCommentFilter.TagModifier and TypeMethodDescriptionprivate SuppressionCommentFilter.Tag
SuppressionCommentFilter.findNearestMatch
(TreeWalkerAuditEvent event) Finds the nearest comment text tag that matches an audit event.Methods in com.puppycrawl.tools.checkstyle.filters with parameters of type SuppressionCommentFilter.TagModifier and TypeMethodDescriptionint
SuppressionCommentFilter.Tag.compareTo
(SuppressionCommentFilter.Tag object) Compares the position of this tag in the file with the position of another tag.