public class JavadocDetailNodeParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JavadocDetailNodeParser.ParseErrorMessage
Contains information about parse error message.
|
static class |
JavadocDetailNodeParser.ParseStatus
Contains result of parsing javadoc comment: DetailNode tree and parse
error message.
|
Modifier and Type | Field and Description |
---|---|
static String |
MSG_JAVADOC_MISSED_HTML_CLOSE
Message key of error message.
|
static String |
MSG_JAVADOC_PARSE_RULE_ERROR
Parse error while rule recognition.
|
static String |
MSG_JAVADOC_WRONG_SINGLETON_TAG
Message key of error message.
|
static String |
MSG_UNCLOSED_HTML_TAG
Message property key for the Unclosed HTML message.
|
Constructor and Description |
---|
JavadocDetailNodeParser() |
Modifier and Type | Method and Description |
---|---|
JavadocDetailNodeParser.ParseStatus |
parseJavadocAsDetailNode(DetailAST javadocCommentAst)
Parses Javadoc comment as DetailNode tree.
|
public static final String MSG_JAVADOC_MISSED_HTML_CLOSE
"no viable alternative at input 'b \n *\n'"
and it is not
clear that error is about missed close HTML tag.public static final String MSG_JAVADOC_WRONG_SINGLETON_TAG
public static final String MSG_JAVADOC_PARSE_RULE_ERROR
public static final String MSG_UNCLOSED_HTML_TAG
public JavadocDetailNodeParser()
public JavadocDetailNodeParser.ParseStatus parseJavadocAsDetailNode(DetailAST javadocCommentAst)
javadocCommentAst
- DetailAST of Javadoc commentCopyright © 2001–2018. All rights reserved.