| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
| com.puppycrawl.tools.checkstyle.utils |
Contains utils classes for checkstyle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Comment
Representation of the comment block.
|
| Modifier and Type | Method and Description |
|---|---|
TextBlock |
FileContents.getJavadocBefore(int lineNoBefore)
Returns the Javadoc comment before the specified line.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,java.util.List<TextBlock>> |
FileContents.getBlockComments()
Returns a map of all block comments.
|
java.util.Map<java.lang.Integer,TextBlock> |
FileContents.getSingleLineComments()
Returns a map of all the single line comments.
|
| Modifier and Type | Method and Description |
|---|---|
static JavadocTags |
JavadocUtil.getJavadocTags(TextBlock textBlock,
JavadocUtil.JavadocTagType tagType)
Gets validTags from a given piece of Javadoc.
|
Copyright © 2001-2020. All Rights Reserved.