| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private SuppressWithPlainTextCommentFilter.SuppressionType |
SuppressWithPlainTextCommentFilter.Suppression.suppressionType
Suppression type.
|
| Modifier and Type | Method and Description |
|---|---|
static SuppressWithPlainTextCommentFilter.SuppressionType |
SuppressWithPlainTextCommentFilter.SuppressionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuppressWithPlainTextCommentFilter.SuppressionType[] |
SuppressWithPlainTextCommentFilter.SuppressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Suppression(java.lang.String text,
int lineNo,
int columnNo,
SuppressWithPlainTextCommentFilter.SuppressionType suppressionType,
SuppressWithPlainTextCommentFilter filter)
Creates new suppression instance.
|
Copyright © 2001-2022. All Rights Reserved.