| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
| com.puppycrawl.tools.checkstyle.checks.regexp |
Contains the regular expression checks that are bundled with the main
distribution.
|
| Modifier and Type | Method and Description |
|---|---|
LineColumn |
FileText.lineColumn(int pos)
Determine line and column numbers in full text.
|
| Modifier and Type | Method and Description |
|---|---|
int |
LineColumn.compareTo(LineColumn lineColumn) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
RegexpCheck.isIgnore(int startLine,
FileText text,
LineColumn start)
Detect ignore situation.
|