Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.regexp |
Contains the regular expression checks that are bundled with the main
distribution.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommentSuppressor
Implementation of a
MatchSuppressor that suppresses based on
whether in a comment. |
class |
NeverSuppress
An implementation of
MatchSuppressor that never suppresses a
match. |
Modifier and Type | Field and Description |
---|---|
static MatchSuppressor |
NeverSuppress.INSTANCE
The shared instance.
|
private MatchSuppressor |
DetectorOptions.suppressor
Used to determine whether to suppress a detected match.
|
Modifier and Type | Method and Description |
---|---|
MatchSuppressor |
DetectorOptions.getSuppressor()
The suppressor to use.
|
Modifier and Type | Method and Description |
---|---|
DetectorOptions.Builder |
DetectorOptions.Builder.suppressor(MatchSuppressor val)
Specifies the suppressor to use and returns Builder object.
|