Class SuppressionCommentFilter.Tag

java.lang.Object
com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
All Implemented Interfaces:
Comparable<SuppressionCommentFilter.Tag>
Enclosing class:
SuppressionCommentFilter

private static final class SuppressionCommentFilter.Tag extends Object implements Comparable<SuppressionCommentFilter.Tag>
A Tag holds a suppression comment and its location, and determines whether the suppression turns checkstyle reporting on or off.