| 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 |
|---|---|
class |
NeverSuppress
An implementation of
MatchSuppressor that never suppresses a
match. |
| Modifier and Type | Field and Description |
|---|---|
static MatchSuppressor |
NeverSuppress.INSTANCE
The shared instance.
|
| 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.
|
Copyright © 2001–2018. All rights reserved.