| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
| com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
| com.puppycrawl.tools.checkstyle.checks.javadoc.utils |
Contains utils classes for the Javadoc checks that are bundled with the main distribution.
|
| 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 | Field and Description |
|---|---|
private static java.lang.ThreadLocal<java.util.Map<LineColumn,JavadocDetailNodeParser.ParseStatus>> |
AbstractJavadocCheck.TREE_CACHE
Key is "line:column".
|
| Modifier and Type | Field and Description |
|---|---|
private LineColumn |
TagInfo.position
Position of the tag in the given comment.
|
| Modifier and Type | Method and Description |
|---|---|
private static LineColumn |
InlineTagUtil.getLineColumnOfIndex(java.lang.String source,
int index)
Get LineColumn from string till index.
|
LineColumn |
TagInfo.getPosition()
Return position of tag.
|
| Constructor and Description |
|---|
TagInfo(java.lang.String name,
java.lang.String value,
LineColumn position)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
RegexpCheck.isIgnore(int startLine,
FileText text,
LineColumn start)
Detect ignore situation.
|
Copyright © 2001-2022. All Rights Reserved.