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 |
---|---|
Map<Integer,List<TextBlock>> |
FileContents.getBlockComments()
Returns a map of all block comments.
|
Map<Integer,List<TextBlock>> |
FileContents.getCComments()
Deprecated.
Use
FileContents.getBlockComments() instead. |
Map<Integer,TextBlock> |
FileContents.getCppComments()
Deprecated.
Use
FileContents.getSingleLineComments() instead. |
Map<Integer,TextBlock> |
FileContents.getSingleLineComments()
Returns a map of all the single line comments.
|
Modifier and Type | Method and Description |
---|---|
static JavadocTags |
JavadocUtils.getJavadocTags(TextBlock textBlock,
JavadocUtils.JavadocTagType tagType)
Gets validTags from a given piece of Javadoc.
|
Copyright © 2001–2018. All rights reserved.