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.grammar.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
-
DEPRECATED_CDATA_DO_NOT_USE
public static final int DEPRECATED_CDATA_DO_NOT_USE
- See Also:
- Constant Field Values
-
WS
public static final int WS
- See Also:
- Constant Field Values
-
START
public static final int START
- 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_CLASS
public static final int PACKAGE_CLASS
- 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
-
END
public static final int END
- See Also:
- Constant Field Values
-
SLASH_END
public static final int SLASH_END
- 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
-
EMBED_HTML_TAG_NAME
public static final int EMBED_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
KEYGEN_HTML_TAG_NAME
public static final int KEYGEN_HTML_TAG_NAME
- 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
-
SOURCE_HTML_TAG_NAME
public static final int SOURCE_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
TRACK_HTML_TAG_NAME
public static final int TRACK_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
WBR_HTML_TAG_NAME
public static final int WBR_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
OPTGROUP_HTML_TAG_NAME
public static final int OPTGROUP_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
RB_HTML_TAG_NAME
public static final int RB_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
RT_HTML_TAG_NAME
public static final int RT_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
RTC_HTML_TAG_NAME
public static final int RTC_HTML_TAG_NAME
- See Also:
- Constant Field Values
-
RP_HTML_TAG_NAME
public static final int RP_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
-
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_htmlElementStart
public static final int RULE_htmlElementStart
- See Also:
- Constant Field Values
-
RULE_htmlElementEnd
public static final int RULE_htmlElementEnd
- 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_pTagStart
public static final int RULE_pTagStart
- See Also:
- Constant Field Values
-
RULE_pTagEnd
public static final int RULE_pTagEnd
- See Also:
- Constant Field Values
-
RULE_paragraph
public static final int RULE_paragraph
- See Also:
- Constant Field Values
-
RULE_liTagStart
public static final int RULE_liTagStart
- See Also:
- Constant Field Values
-
RULE_liTagEnd
public static final int RULE_liTagEnd
- See Also:
- Constant Field Values
-
RULE_li
public static final int RULE_li
- See Also:
- Constant Field Values
-
RULE_trTagStart
public static final int RULE_trTagStart
- See Also:
- Constant Field Values
-
RULE_trTagEnd
public static final int RULE_trTagEnd
- See Also:
- Constant Field Values
-
RULE_tr
public static final int RULE_tr
- See Also:
- Constant Field Values
-
RULE_tdTagStart
public static final int RULE_tdTagStart
- See Also:
- Constant Field Values
-
RULE_tdTagEnd
public static final int RULE_tdTagEnd
- See Also:
- Constant Field Values
-
RULE_td
public static final int RULE_td
- See Also:
- Constant Field Values
-
RULE_thTagStart
public static final int RULE_thTagStart
- See Also:
- Constant Field Values
-
RULE_thTagEnd
public static final int RULE_thTagEnd
- See Also:
- Constant Field Values
-
RULE_th
public static final int RULE_th
- See Also:
- Constant Field Values
-
RULE_bodyTagStart
public static final int RULE_bodyTagStart
- See Also:
- Constant Field Values
-
RULE_bodyTagEnd
public static final int RULE_bodyTagEnd
- See Also:
- Constant Field Values
-
RULE_body
public static final int RULE_body
- See Also:
- Constant Field Values
-
RULE_colgroupTagStart
public static final int RULE_colgroupTagStart
- See Also:
- Constant Field Values
-
RULE_colgroupTagEnd
public static final int RULE_colgroupTagEnd
- See Also:
- Constant Field Values
-
RULE_colgroup
public static final int RULE_colgroup
- See Also:
- Constant Field Values
-
RULE_ddTagStart
public static final int RULE_ddTagStart
- See Also:
- Constant Field Values
-
RULE_ddTagEnd
public static final int RULE_ddTagEnd
- See Also:
- Constant Field Values
-
RULE_dd
public static final int RULE_dd
- See Also:
- Constant Field Values
-
RULE_dtTagStart
public static final int RULE_dtTagStart
- See Also:
- Constant Field Values
-
RULE_dtTagEnd
public static final int RULE_dtTagEnd
- See Also:
- Constant Field Values
-
RULE_dt
public static final int RULE_dt
- See Also:
- Constant Field Values
-
RULE_headTagStart
public static final int RULE_headTagStart
- See Also:
- Constant Field Values
-
RULE_headTagEnd
public static final int RULE_headTagEnd
- See Also:
- Constant Field Values
-
RULE_head
public static final int RULE_head
- See Also:
- Constant Field Values
-
RULE_htmlTagStart
public static final int RULE_htmlTagStart
- See Also:
- Constant Field Values
-
RULE_htmlTagEnd
public static final int RULE_htmlTagEnd
- See Also:
- Constant Field Values
-
RULE_html
public static final int RULE_html
- See Also:
- Constant Field Values
-
RULE_optionTagStart
public static final int RULE_optionTagStart
- See Also:
- Constant Field Values
-
RULE_optionTagEnd
public static final int RULE_optionTagEnd
- See Also:
- Constant Field Values
-
RULE_option
public static final int RULE_option
- See Also:
- Constant Field Values
-
RULE_tbodyTagStart
public static final int RULE_tbodyTagStart
- See Also:
- Constant Field Values
-
RULE_tbodyTagEnd
public static final int RULE_tbodyTagEnd
- See Also:
- Constant Field Values
-
RULE_tbody
public static final int RULE_tbody
- See Also:
- Constant Field Values
-
RULE_tfootTagStart
public static final int RULE_tfootTagStart
- See Also:
- Constant Field Values
-
RULE_tfootTagEnd
public static final int RULE_tfootTagEnd
- See Also:
- Constant Field Values
-
RULE_tfoot
public static final int RULE_tfoot
- See Also:
- Constant Field Values
-
RULE_theadTagStart
public static final int RULE_theadTagStart
- See Also:
- Constant Field Values
-
RULE_theadTagEnd
public static final int RULE_theadTagEnd
- 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_emptyTag
public static final int RULE_emptyTag
- 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_wrongSingletonTag
public static final int RULE_wrongSingletonTag
- 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
-
RULE_embedTag
public static final int RULE_embedTag
- See Also:
- Constant Field Values
-
RULE_keygenTag
public static final int RULE_keygenTag
- See Also:
- Constant Field Values
-
RULE_sourceTag
public static final int RULE_sourceTag
- See Also:
- Constant Field Values
-
RULE_trackTag
public static final int RULE_trackTag
- See Also:
- Constant Field Values
-
RULE_wbrTag
public static final int RULE_wbrTag
- See Also:
- Constant Field Values
-
RULE_optgroupTagStart
public static final int RULE_optgroupTagStart
- See Also:
- Constant Field Values
-
RULE_optgroupTagEnd
public static final int RULE_optgroupTagEnd
- See Also:
- Constant Field Values
-
RULE_optgroup
public static final int RULE_optgroup
- See Also:
- Constant Field Values
-
RULE_rbTagStart
public static final int RULE_rbTagStart
- See Also:
- Constant Field Values
-
RULE_rbTagEnd
public static final int RULE_rbTagEnd
- See Also:
- Constant Field Values
-
RULE_rb
public static final int RULE_rb
- See Also:
- Constant Field Values
-
RULE_rtTagStart
public static final int RULE_rtTagStart
- See Also:
- Constant Field Values
-
RULE_rtTagEnd
public static final int RULE_rtTagEnd
- See Also:
- Constant Field Values
-
RULE_rt
public static final int RULE_rt
- See Also:
- Constant Field Values
-
RULE_rtcTagStart
public static final int RULE_rtcTagStart
- See Also:
- Constant Field Values
-
RULE_rtcTagEnd
public static final int RULE_rtcTagEnd
- See Also:
- Constant Field Values
-
RULE_rtc
public static final int RULE_rtc
- See Also:
- Constant Field Values
-
RULE_rpTagStart
public static final int RULE_rpTagStart
- See Also:
- Constant Field Values
-
RULE_rpTagEnd
public static final int RULE_rpTagEnd
- See Also:
- Constant Field Values
-
RULE_rp
public static final int RULE_rp
- See Also:
- Constant Field Values
-
ruleNames
public static final java.lang.String[] ruleNames
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
-
tokenNames
@Deprecated public static final java.lang.String[] tokenNames
Deprecated.UseVOCABULARY
instead.
-
nonTightTagStartContext
public org.antlr.v4.runtime.ParserRuleContext nonTightTagStartContext
-
_serializedATN
public static final java.lang.String _serializedATN
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Method Detail
-
getTokenNames
@Deprecated public java.lang.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 java.lang.String getGrammarFileName()
- Specified by:
getGrammarFileName
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getRuleNames
public java.lang.String[] getRuleNames()
- Specified by:
getRuleNames
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getSerializedATN
public java.lang.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
-
htmlElementStart
public final JavadocParser.HtmlElementStartContext htmlElementStart() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
htmlElementEnd
public final JavadocParser.HtmlElementEndContext htmlElementEnd() 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
-
pTagStart
public final JavadocParser.PTagStartContext pTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
pTagEnd
public final JavadocParser.PTagEndContext pTagEnd() 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
-
liTagStart
public final JavadocParser.LiTagStartContext liTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
liTagEnd
public final JavadocParser.LiTagEndContext liTagEnd() 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
-
trTagStart
public final JavadocParser.TrTagStartContext trTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
trTagEnd
public final JavadocParser.TrTagEndContext trTagEnd() 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
-
tdTagStart
public final JavadocParser.TdTagStartContext tdTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tdTagEnd
public final JavadocParser.TdTagEndContext tdTagEnd() 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
-
thTagStart
public final JavadocParser.ThTagStartContext thTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
thTagEnd
public final JavadocParser.ThTagEndContext thTagEnd() 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
-
bodyTagStart
public final JavadocParser.BodyTagStartContext bodyTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
bodyTagEnd
public final JavadocParser.BodyTagEndContext bodyTagEnd() 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
-
colgroupTagStart
public final JavadocParser.ColgroupTagStartContext colgroupTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
colgroupTagEnd
public final JavadocParser.ColgroupTagEndContext colgroupTagEnd() 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
-
ddTagStart
public final JavadocParser.DdTagStartContext ddTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
ddTagEnd
public final JavadocParser.DdTagEndContext ddTagEnd() 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
-
dtTagStart
public final JavadocParser.DtTagStartContext dtTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
dtTagEnd
public final JavadocParser.DtTagEndContext dtTagEnd() 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
-
headTagStart
public final JavadocParser.HeadTagStartContext headTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
headTagEnd
public final JavadocParser.HeadTagEndContext headTagEnd() 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
-
htmlTagStart
public final JavadocParser.HtmlTagStartContext htmlTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
htmlTagEnd
public final JavadocParser.HtmlTagEndContext htmlTagEnd() 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
-
optionTagStart
public final JavadocParser.OptionTagStartContext optionTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
optionTagEnd
public final JavadocParser.OptionTagEndContext optionTagEnd() 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
-
tbodyTagStart
public final JavadocParser.TbodyTagStartContext tbodyTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tbodyTagEnd
public final JavadocParser.TbodyTagEndContext tbodyTagEnd() 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
-
tfootTagStart
public final JavadocParser.TfootTagStartContext tfootTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tfootTagEnd
public final JavadocParser.TfootTagEndContext tfootTagEnd() 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
-
theadTagStart
public final JavadocParser.TheadTagStartContext theadTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
theadTagEnd
public final JavadocParser.TheadTagEndContext theadTagEnd() 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
-
emptyTag
public final JavadocParser.EmptyTagContext emptyTag() 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
-
wrongSingletonTag
public final JavadocParser.WrongSingletonTagContext wrongSingletonTag() 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
-
embedTag
public final JavadocParser.EmbedTagContext embedTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
keygenTag
public final JavadocParser.KeygenTagContext keygenTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
sourceTag
public final JavadocParser.SourceTagContext sourceTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
trackTag
public final JavadocParser.TrackTagContext trackTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
wbrTag
public final JavadocParser.WbrTagContext wbrTag() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
optgroupTagStart
public final JavadocParser.OptgroupTagStartContext optgroupTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
optgroupTagEnd
public final JavadocParser.OptgroupTagEndContext optgroupTagEnd() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
optgroup
public final JavadocParser.OptgroupContext optgroup() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rbTagStart
public final JavadocParser.RbTagStartContext rbTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rbTagEnd
public final JavadocParser.RbTagEndContext rbTagEnd() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rb
public final JavadocParser.RbContext rb() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rtTagStart
public final JavadocParser.RtTagStartContext rtTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rtTagEnd
public final JavadocParser.RtTagEndContext rtTagEnd() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rt
public final JavadocParser.RtContext rt() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rtcTagStart
public final JavadocParser.RtcTagStartContext rtcTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rtcTagEnd
public final JavadocParser.RtcTagEndContext rtcTagEnd() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rtc
public final JavadocParser.RtcContext rtc() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rpTagStart
public final JavadocParser.RpTagStartContext rpTagStart(boolean isNonTight) throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rpTagEnd
public final JavadocParser.RpTagEndContext rpTagEnd() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rp
public final JavadocParser.RpContext rp() 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>
-
-