private static class AbstractJavadocCheck.FileContext extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private DetailAST |
blockCommentAst
DetailAST node of considered Javadoc comment that is just a block comment
in Java language syntax tree.
|
private JavadocDetailNodeParser |
parser
Parses content of Javadoc comment as DetailNode tree.
|
| Modifier | Constructor and Description |
|---|---|
private |
FileContext() |
private final JavadocDetailNodeParser parser
private DetailAST blockCommentAst
private FileContext()
Copyright © 2001-2022. All Rights Reserved.