| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
| com.puppycrawl.tools.checkstyle.checks.javadoc.utils |
Contains utils classes for the Javadoc 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 |
|---|---|
LineColumn |
TagInfo.getPosition()
Return position of tag.
|
| Constructor and Description |
|---|
TagInfo(String name,
String value,
LineColumn position)
Constructor.
|
Copyright © 2001–2018. All rights reserved.