| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private SuppressionCommentFilter.TagType |
SuppressionCommentFilter.Tag.tagType
Determines whether the suppression turns checkstyle reporting on.
|
| Modifier and Type | Method and Description |
|---|---|
SuppressionCommentFilter.TagType |
SuppressionCommentFilter.Tag.getTagType()
Determines whether the suppression turns checkstyle reporting on or
off.
|
static SuppressionCommentFilter.TagType |
SuppressionCommentFilter.TagType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuppressionCommentFilter.TagType[] |
SuppressionCommentFilter.TagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SuppressionCommentFilter.addTag(java.lang.String text,
int line,
int column,
SuppressionCommentFilter.TagType reportingOn)
Adds a
Tag to the list of all tags. |
| Constructor and Description |
|---|
Tag(int line,
int column,
java.lang.String text,
SuppressionCommentFilter.TagType tagType,
SuppressionCommentFilter filter)
Constructs a tag.
|
Copyright © 2001-2022. All Rights Reserved.