Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
Modifier and Type | Method and Description |
---|---|
JavadocDetailNodeParser.ParseStatus |
JavadocDetailNodeParser.parseJavadocAsDetailNode(DetailAST javadocCommentAst)
Parses Javadoc comment as DetailNode tree.
|
Modifier and Type | Field and Description |
---|---|
private static java.lang.ThreadLocal<java.util.Map<java.lang.String,JavadocDetailNodeParser.ParseStatus>> |
AbstractJavadocCheck.TREE_CACHE
Key is "line:column".
|