Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.regexp |
Contains the regular expression checks that are bundled with the main
distribution.
|
Modifier and Type | Field and Description |
---|---|
private DetectorOptions |
MultilineDetector.options
The detection options to use.
|
private DetectorOptions |
SinglelineDetector.options
The detection options to use.
|
Modifier and Type | Method and Description |
---|---|
DetectorOptions |
DetectorOptions.Builder.build()
Returns new DetectorOptions instance.
|
Constructor and Description |
---|
MultilineDetector(DetectorOptions options)
Creates an instance.
|
SinglelineDetector(DetectorOptions options)
Creates an instance.
|