Class JavadocParser
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
- org.antlr.v4.runtime.Parser
-
- com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
public class JavadocParser extends org.antlr.v4.runtime.Parser
-
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description JavadocParser(org.antlr.v4.runtime.TokenStream input)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.Parser
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, createErrorNode, createTerminalNode, dumpDFA, enterOuterAlt, enterRecursionRule, enterRecursionRule, enterRule, exitRule, getATNWithBypassAlts, getBuildParseTree, getContext, getCurrentToken, getDFAStrings, getErrorHandler, getExpectedTokens, getExpectedTokensWithinCurrentRule, getInputStream, getInvokingContext, getNumberOfSyntaxErrors, getParseInfo, getParseListeners, getPrecedence, getRuleContext, getRuleIndex, getRuleInvocationStack, getRuleInvocationStack, getSourceName, getTokenFactory, getTokenStream, getTrimParseTree, inContext, isExpectedToken, isMatchedEOF, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTokenFactory, setTokenStream, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContexts
-
Methods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, removeErrorListener, removeErrorListeners, setInterpreter, setState
-
-
-
-
Field Detail
-
_decisionToDFA
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
-
_sharedContextCache
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
-
LEADING_ASTERISK
public static final int LEADING_ASTERISK
- See Also:
- Constant Field Values
-
HTML_COMMENT_START
public static final int HTML_COMMENT_START
- See Also:
- Constant Field Values
-
CDATA
public static final int CDATA
- See Also:
- Constant Field Values
-
WS
public static final int WS
- See Also:
- Constant Field Values
-
OPEN
public static final int OPEN
- See Also:
- Constant Field Values
-
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
-
AUTHOR_LITERAL
public static final int AUTHOR_LITERAL
- See Also:
- Constant Field Values
-
DEPRECATED_LITERAL
public static final int DEPRECATED_LITERAL
- See Also:
- Constant Field Values
-
EXCEPTION_LITERAL
public static final int EXCEPTION_LITERAL
- See Also:
- Constant Field Values
-
PARAM_LITERAL
public static final int PARAM_LITERAL
- See Also:
- Constant Field Values
-
RETURN_LITERAL
public static final int RETURN_LITERAL
- See Also:
- Constant Field Values
-
SEE_LITERAL
public static final int SEE_LITERAL
- See Also:
- Constant Field Values
-
SERIAL_LITERAL
public static final int SERIAL_LITERAL
- See Also:
- Constant Field Values
-
SERIAL_FIELD_LITERAL
public static final int SERIAL_FIELD_LITERAL
- See Also:
- Constant Field Values
-
SERIAL_DATA_LITERAL
public static final int SERIAL_DATA_LITERAL
- See Also:
- Constant Field Values
-
SINCE_LITERAL
public static final int SINCE_LITERAL
- See Also:
- Constant Field Values
-
THROWS_LITERAL
public static final int THROWS_LITERAL
- See Also:
- Constant Field Values
-
VERSION_LITERAL
public static final int VERSION_LITERAL
- See Also:
- Constant Field Values
-
JAVADOC_INLINE_TAG_START
public static final int JAVADOC_INLINE_TAG_START
- See Also:
- Constant Field Values
-
JAVADOC_INLINE_TAG_END
public static final int JAVADOC_INLINE_TAG_END
- See Also:
- Constant Field Values
-
CUSTOM_NAME
public static final int CUSTOM_NAME
- See Also:
- Constant Field Values
-
LITERAL_INCLUDE
public static final int LITERAL_INCLUDE
- See Also:
- Constant Field Values
-
LITERAL_EXCLUDE
public static final int LITERAL_EXCLUDE
- See Also:
- Constant Field Values
-
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
-
PARAMETER_NAME
public static final int PARAMETER_NAME
- See Also:
- Constant Field Values
-
Char1
public static final int Char1
- See Also:
- Constant Field Values
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
PACKAGE
public static final int PACKAGE
- See Also:
- Constant Field Values
-
DOT
public static final int DOT
- See Also:
- Constant Field Values
-
HASH
public static final int HASH
- See Also:
- Constant Field Values
-
CLASS
public static final int CLASS
- See Also:
- Constant Field Values
-
Char2
public static final int Char2
- See Also:
- Constant Field Values
-
MEMBER
public static final int MEMBER
- See Also:
- Constant Field Values
-
LEFT_BRACE
public static final int LEFT_BRACE
- See Also:
- Constant Field Values
-
RIGHT_BRACE
public static final int RIGHT_BRACE
- See Also:
- Constant Field Values
-
ARGUMENT
public static final int ARGUMENT
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
Char20
public static final int Char20
- See Also:
- Constant Field Values
-
FIELD_NAME
public static final int FIELD_NAME
- See Also:
- Constant Field Values
-
Char3
public static final int Char3
- See Also:
- Constant Field Values
-
FIELD_TYPE
public static final int FIELD_TYPE
- See Also:
- Constant Field Values
-
Char4
public static final int Char4
- See Also:
- Constant Field Values
-
CLASS_NAME
public static final int CLASS_NAME
- See Also:
- Constant Field Values
-
Char5
public static final int Char5
- See Also:
- Constant Field Values
-
CODE_LITERAL
public static final int CODE_LITERAL
- See Also:
- Constant Field Values
-
DOC_ROOT_LITERAL
public static final int DOC_ROOT_LITERAL
- See Also:
- Constant Field Values
-
INHERIT_DOC_LITERAL
public static final int INHERIT_DOC_LITERAL
- See Also:
- Constant Field Values
-
LINK_LITERAL
public static final int LINK_LITERAL
- See Also:
- Constant Field Values
-
LINKPLAIN_LITERAL
public static final int LINKPLAIN_LITERAL
- See Also:
- Constant Field Values
-
LITERAL_LITERAL
public static final int LITERAL_LITERAL
- See Also:
- Constant Field Values
-
VALUE_LITERAL
public static final int VALUE_LITERAL
- See Also:
- Constant Field Values
-
Char7
public static final int Char7
- See Also:
- Constant Field Values
-
Char8
public static final int Char8
- See Also:
- Constant Field Values
-
Char10
public static final int Char10
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
SLASH_CLOSE
public static final int SLASH_CLOSE
- See Also:
- Constant Field Values
-
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
-
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
-
P_HTML_TAG_NAME
public static final int P_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
LI_HTML_TAG_NAME
public static final int LI_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
TR_HTML_TAG_NAME
public static final int TR_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
TD_HTML_TAG_NAME
public static final int TD_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
TH_HTML_TAG_NAME
public static final int TH_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
BODY_HTML_TAG_NAME
public static final int BODY_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
COLGROUP_HTML_TAG_NAME
public static final int COLGROUP_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
DD_HTML_TAG_NAME
public static final int DD_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
DT_HTML_TAG_NAME
public static final int DT_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
HEAD_HTML_TAG_NAME
public static final int HEAD_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
HTML_HTML_TAG_NAME
public static final int HTML_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
OPTION_HTML_TAG_NAME
public static final int OPTION_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
TBODY_HTML_TAG_NAME
public static final int TBODY_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
TFOOT_HTML_TAG_NAME
public static final int TFOOT_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
THEAD_HTML_TAG_NAME
public static final int THEAD_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
AREA_HTML_TAG_NAME
public static final int AREA_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
BASE_HTML_TAG_NAME
public static final int BASE_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
BASEFONT_HTML_TAG_NAME
public static final int BASEFONT_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
BR_HTML_TAG_NAME
public static final int BR_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
COL_HTML_TAG_NAME
public static final int COL_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
FRAME_HTML_TAG_NAME
public static final int FRAME_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
HR_HTML_TAG_NAME
public static final int HR_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
IMG_HTML_TAG_NAME
public static final int IMG_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
INPUT_HTML_TAG_NAME
public static final int INPUT_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
ISINDEX_HTML_TAG_NAME
public static final int ISINDEX_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
LINK_HTML_TAG_NAME
public static final int LINK_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
META_HTML_TAG_NAME
public static final int META_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
PARAM_HTML_TAG_NAME
public static final int PARAM_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
HTML_TAG_NAME
public static final int HTML_TAG_NAME
- See Also:
- Constant Field Values
-
Char11
public static final int Char11
- See Also:
- Constant Field Values
-
ATTR_VALUE
public static final int ATTR_VALUE
- See Also:
- Constant Field Values
-
Char12
public static final int Char12
- See Also:
- Constant Field Values
-
HTML_COMMENT_END
public static final int HTML_COMMENT_END
- See Also:
- Constant Field Values
-
RULE_javadoc
public static final int RULE_javadoc
- See Also:
- Constant Field Values
-
RULE_htmlElement
public static final int RULE_htmlElement
- See Also:
- Constant Field Values
-
RULE_htmlElementOpen
public static final int RULE_htmlElementOpen
- See Also:
- Constant Field Values
-
RULE_htmlElementClose
public static final int RULE_htmlElementClose
- See Also:
- Constant Field Values
-
RULE_attribute
public static final int RULE_attribute
- See Also:
- Constant Field Values
-
RULE_htmlTag
public static final int RULE_htmlTag
- See Also:
- Constant Field Values
-
RULE_pTagOpen
public static final int RULE_pTagOpen
- See Also:
- Constant Field Values
-
RULE_pTagClose
public static final int RULE_pTagClose
- See Also:
- Constant Field Values
-
RULE_paragraph
public static final int RULE_paragraph
- See Also:
- Constant Field Values
-
RULE_liTagOpen
public static final int RULE_liTagOpen
- See Also:
- Constant Field Values
-
RULE_liTagClose
public static final int RULE_liTagClose
- See Also:
- Constant Field Values
-
RULE_li
public static final int RULE_li
- See Also:
- Constant Field Values
-
RULE_trTagOpen
public static final int RULE_trTagOpen
- See Also:
- Constant Field Values
-
RULE_trTagClose
public static final int RULE_trTagClose
- See Also:
- Constant Field Values
-
RULE_tr
public static final int RULE_tr
- See Also:
- Constant Field Values
-
RULE_tdTagOpen
public static final int RULE_tdTagOpen
- See Also:
- Constant Field Values
-
RULE_tdTagClose
public static final int RULE_tdTagClose
- See Also:
- Constant Field Values
-
RULE_td
public static final int RULE_td
- See Also:
- Constant Field Values
-
RULE_thTagOpen
public static final int RULE_thTagOpen
- See Also:
- Constant Field Values
-
RULE_thTagClose
public static final int RULE_thTagClose
- See Also:
- Constant Field Values
-
RULE_th
public static final int RULE_th
- See Also:
- Constant Field Values
-
RULE_bodyTagOpen
public static final int RULE_bodyTagOpen
- See Also:
- Constant Field Values
-
RULE_bodyTagClose
public static final int RULE_bodyTagClose
- See Also:
- Constant Field Values
-
RULE_body
public static final int RULE_body
- See Also:
- Constant Field Values
-
RULE_colgroupTagOpen
public static final int RULE_colgroupTagOpen
- See Also:
- Constant Field Values
-
RULE_colgroupTagClose
public static final int RULE_colgroupTagClose
- See Also:
- Constant Field Values
-
RULE_colgroup
public static final int RULE_colgroup
- See Also:
- Constant Field Values
-
RULE_ddTagOpen
public static final int RULE_ddTagOpen
- See Also:
- Constant Field Values
-
RULE_ddTagClose
public static final int RULE_ddTagClose
- See Also:
- Constant Field Values
-
RULE_dd
public static final int RULE_dd
- See Also:
- Constant Field Values
-
RULE_dtTagOpen
public static final int RULE_dtTagOpen
- See Also:
- Constant Field Values
-
RULE_dtTagClose
public static final int RULE_dtTagClose
- See Also:
- Constant Field Values
-
RULE_dt
public static final int RULE_dt
- See Also:
- Constant Field Values
-
RULE_headTagOpen
public static final int RULE_headTagOpen
- See Also:
- Constant Field Values
-
RULE_headTagClose
public static final int RULE_headTagClose
- See Also:
- Constant Field Values
-
RULE_head
public static final int RULE_head
- See Also:
- Constant Field Values
-
RULE_htmlTagOpen
public static final int RULE_htmlTagOpen
- See Also:
- Constant Field Values
-
RULE_htmlTagClose
public static final int RULE_htmlTagClose
- See Also:
- Constant Field Values
-
RULE_html
public static final int RULE_html
- See Also:
- Constant Field Values
-
RULE_optionTagOpen
public static final int RULE_optionTagOpen
- See Also:
- Constant Field Values
-
RULE_optionTagClose
public static final int RULE_optionTagClose
- See Also:
- Constant Field Values
-
RULE_option
public static final int RULE_option
- See Also:
- Constant Field Values
-
RULE_tbodyTagOpen
public static final int RULE_tbodyTagOpen
- See Also:
- Constant Field Values
-
RULE_tbodyTagClose
public static final int RULE_tbodyTagClose
- See Also:
- Constant Field Values
-
RULE_tbody
public static final int RULE_tbody
- See Also:
- Constant Field Values
-
RULE_tfootTagOpen
public static final int RULE_tfootTagOpen
- See Also:
- Constant Field Values
-
RULE_tfootTagClose
public static final int RULE_tfootTagClose
- See Also:
- Constant Field Values
-
RULE_tfoot
public static final int RULE_tfoot
- See Also:
- Constant Field Values
-
RULE_theadTagOpen
public static final int RULE_theadTagOpen
- See Also:
- Constant Field Values
-
RULE_theadTagClose
public static final int RULE_theadTagClose
- See Also:
- Constant Field Values
-
RULE_thead
public static final int RULE_thead
- See Also:
- Constant Field Values
-
RULE_singletonElement
public static final int RULE_singletonElement
- See Also:
- Constant Field Values
-
RULE_singletonTag
public static final int RULE_singletonTag
- See Also:
- Constant Field Values
-
RULE_areaTag
public static final int RULE_areaTag
- See Also:
- Constant Field Values
-
RULE_baseTag
public static final int RULE_baseTag
- See Also:
- Constant Field Values
-
RULE_basefontTag
public static final int RULE_basefontTag
- See Also:
- Constant Field Values
-
RULE_brTag
public static final int RULE_brTag
- See Also:
- Constant Field Values
-
RULE_colTag
public static final int RULE_colTag
- See Also:
- Constant Field Values
-
RULE_frameTag
public static final int RULE_frameTag
- See Also:
- Constant Field Values
-
RULE_hrTag
public static final int RULE_hrTag
- See Also:
- Constant Field Values
-
RULE_imgTag
public static final int RULE_imgTag
- See Also:
- Constant Field Values
-
RULE_inputTag
public static final int RULE_inputTag
- See Also:
- Constant Field Values
-
RULE_isindexTag
public static final int RULE_isindexTag
- See Also:
- Constant Field Values
-
RULE_linkTag
public static final int RULE_linkTag
- See Also:
- Constant Field Values
-
RULE_metaTag
public static final int RULE_metaTag
- See Also:
- Constant Field Values
-
RULE_paramTag
public static final int RULE_paramTag
- See Also:
- Constant Field Values
-
RULE_wrongSinletonTag
public static final int RULE_wrongSinletonTag
- See Also:
- Constant Field Values
-
RULE_singletonTagName
public static final int RULE_singletonTagName
- See Also:
- Constant Field Values
-
RULE_description
public static final int RULE_description
- See Also:
- Constant Field Values
-
RULE_reference
public static final int RULE_reference
- See Also:
- Constant Field Values
-
RULE_parameters
public static final int RULE_parameters
- See Also:
- Constant Field Values
-
RULE_javadocTag
public static final int RULE_javadocTag
- See Also:
- Constant Field Values
-
RULE_javadocInlineTag
public static final int RULE_javadocInlineTag
- See Also:
- Constant Field Values
-
RULE_htmlComment
public static final int RULE_htmlComment
- See Also:
- Constant Field Values
-
RULE_text
public static final int RULE_text
- See Also:
- Constant Field Values
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
-
tokenNames
@Deprecated public static final String[] tokenNames
Deprecated.UseVOCABULARY
instead.
-
_serializedATN
public static final String _serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Constructor Detail
-
JavadocParser
public JavadocParser(org.antlr.v4.runtime.TokenStream input)
-
-
Method Detail
-
getTokenNames
@Deprecated public String[] getTokenNames()
Deprecated.- Specified by:
getTokenNames
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()
- Overrides:
getVocabulary
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getGrammarFileName
public String getGrammarFileName()
- Specified by:
getGrammarFileName
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getRuleNames
public String[] getRuleNames()
- Specified by:
getRuleNames
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getSerializedATN
public String getSerializedATN()
- Overrides:
getSerializedATN
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()
- Specified by:
getATN
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
javadoc
public final JavadocParser.JavadocContext javadoc() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
htmlElement
public final JavadocParser.HtmlElementContext htmlElement() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
htmlElementOpen
public final JavadocParser.HtmlElementOpenContext htmlElementOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
htmlElementClose
public final JavadocParser.HtmlElementCloseContext htmlElementClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
attribute
public final JavadocParser.AttributeContext attribute() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
htmlTag
public final JavadocParser.HtmlTagContext htmlTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
pTagOpen
public final JavadocParser.PTagOpenContext pTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
pTagClose
public final JavadocParser.PTagCloseContext pTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
paragraph
public final JavadocParser.ParagraphContext paragraph() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
liTagOpen
public final JavadocParser.LiTagOpenContext liTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
liTagClose
public final JavadocParser.LiTagCloseContext liTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
li
public final JavadocParser.LiContext li() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
trTagOpen
public final JavadocParser.TrTagOpenContext trTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
trTagClose
public final JavadocParser.TrTagCloseContext trTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tr
public final JavadocParser.TrContext tr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tdTagOpen
public final JavadocParser.TdTagOpenContext tdTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tdTagClose
public final JavadocParser.TdTagCloseContext tdTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
td
public final JavadocParser.TdContext td() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
thTagOpen
public final JavadocParser.ThTagOpenContext thTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
thTagClose
public final JavadocParser.ThTagCloseContext thTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
th
public final JavadocParser.ThContext th() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
bodyTagOpen
public final JavadocParser.BodyTagOpenContext bodyTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
bodyTagClose
public final JavadocParser.BodyTagCloseContext bodyTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
body
public final JavadocParser.BodyContext body() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
colgroupTagOpen
public final JavadocParser.ColgroupTagOpenContext colgroupTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
colgroupTagClose
public final JavadocParser.ColgroupTagCloseContext colgroupTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
colgroup
public final JavadocParser.ColgroupContext colgroup() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
ddTagOpen
public final JavadocParser.DdTagOpenContext ddTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
ddTagClose
public final JavadocParser.DdTagCloseContext ddTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
dd
public final JavadocParser.DdContext dd() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
dtTagOpen
public final JavadocParser.DtTagOpenContext dtTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
dtTagClose
public final JavadocParser.DtTagCloseContext dtTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
dt
public final JavadocParser.DtContext dt() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
headTagOpen
public final JavadocParser.HeadTagOpenContext headTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
headTagClose
public final JavadocParser.HeadTagCloseContext headTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
head
public final JavadocParser.HeadContext head() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
htmlTagOpen
public final JavadocParser.HtmlTagOpenContext htmlTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
htmlTagClose
public final JavadocParser.HtmlTagCloseContext htmlTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
html
public final JavadocParser.HtmlContext html() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
optionTagOpen
public final JavadocParser.OptionTagOpenContext optionTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
optionTagClose
public final JavadocParser.OptionTagCloseContext optionTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
option
public final JavadocParser.OptionContext option() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tbodyTagOpen
public final JavadocParser.TbodyTagOpenContext tbodyTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tbodyTagClose
public final JavadocParser.TbodyTagCloseContext tbodyTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tbody
public final JavadocParser.TbodyContext tbody() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tfootTagOpen
public final JavadocParser.TfootTagOpenContext tfootTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tfootTagClose
public final JavadocParser.TfootTagCloseContext tfootTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tfoot
public final JavadocParser.TfootContext tfoot() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
theadTagOpen
public final JavadocParser.TheadTagOpenContext theadTagOpen() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
theadTagClose
public final JavadocParser.TheadTagCloseContext theadTagClose() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
thead
public final JavadocParser.TheadContext thead() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
singletonElement
public final JavadocParser.SingletonElementContext singletonElement() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
singletonTag
public final JavadocParser.SingletonTagContext singletonTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
areaTag
public final JavadocParser.AreaTagContext areaTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
baseTag
public final JavadocParser.BaseTagContext baseTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
basefontTag
public final JavadocParser.BasefontTagContext basefontTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
brTag
public final JavadocParser.BrTagContext brTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
colTag
public final JavadocParser.ColTagContext colTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
frameTag
public final JavadocParser.FrameTagContext frameTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
hrTag
public final JavadocParser.HrTagContext hrTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
imgTag
public final JavadocParser.ImgTagContext imgTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
inputTag
public final JavadocParser.InputTagContext inputTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
isindexTag
public final JavadocParser.IsindexTagContext isindexTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
linkTag
public final JavadocParser.LinkTagContext linkTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
metaTag
public final JavadocParser.MetaTagContext metaTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
paramTag
public final JavadocParser.ParamTagContext paramTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
wrongSinletonTag
public final JavadocParser.WrongSinletonTagContext wrongSinletonTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
singletonTagName
public final JavadocParser.SingletonTagNameContext singletonTagName() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
description
public final JavadocParser.DescriptionContext description() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
reference
public final JavadocParser.ReferenceContext reference() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
parameters
public final JavadocParser.ParametersContext parameters() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
javadocTag
public final JavadocParser.JavadocTagContext javadocTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
javadocInlineTag
public final JavadocParser.JavadocInlineTagContext javadocInlineTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
htmlComment
public final JavadocParser.HtmlCommentContext htmlComment() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
text
public final JavadocParser.TextContext text() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
sempred
public boolean sempred(org.antlr.v4.runtime.RuleContext _localctx, int ruleIndex, int predIndex)
- Overrides:
sempred
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
-