android.databinding.parser
Class XMLParser
java.lang.Object
org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
org.antlr.v4.runtime.Parser
android.databinding.parser.XMLParser
public class XMLParser
- extends org.antlr.v4.runtime.Parser
Nested classes/interfaces inherited from class org.antlr.v4.runtime.Parser |
org.antlr.v4.runtime.Parser.TraceListener, org.antlr.v4.runtime.Parser.TrimToSizeListener |
Fields inherited from class org.antlr.v4.runtime.Parser |
_buildParseTrees, _ctx, _errHandler, _input, _parseListeners, _precedenceStack, _syntaxErrors |
Fields inherited from class org.antlr.v4.runtime.Recognizer |
_interp, EOF |
Constructor Summary |
XMLParser(org.antlr.v4.runtime.TokenStream input)
|
Methods inherited from class org.antlr.v4.runtime.Parser |
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, dumpDFA, enterLeftFactoredRule, enterOuterAlt, enterRecursionRule, enterRecursionRule, enterRule, exitRule, getAmbiguousParseTrees, getATNWithBypassAlts, getBuildParseTree, getContext, getCurrentToken, getDFAStrings, getErrorHandler, getErrorListenerDispatch, getExpectedTokens, getExpectedTokensWithinCurrentRule, getInputStream, getInvokingContext, getNumberOfSyntaxErrors, getParseInfo, getParseListeners, getPrecedence, getRuleContext, getRuleIndex, getRuleInvocationStack, getRuleInvocationStack, getSourceName, getTokenFactory, getTrimParseTree, inContext, isExpectedToken, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContexts |
Methods inherited from class org.antlr.v4.runtime.Recognizer |
action, addErrorListener, getATN, getErrorHeader, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, getVocabulary, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPEN
public static final int OPEN
- See Also:
- Constant Field Values
CDATA
public static final int CDATA
- See Also:
- Constant Field Values
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
CharRef
public static final int CharRef
- See Also:
- Constant Field Values
SEA_WS
public static final int SEA_WS
- See Also:
- Constant Field Values
SPECIAL_CLOSE
public static final int SPECIAL_CLOSE
- See Also:
- Constant Field Values
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
DTD
public static final int DTD
- See Also:
- Constant Field Values
Name
public static final int Name
- See Also:
- Constant Field Values
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
PI
public static final int PI
- See Also:
- Constant Field Values
S
public static final int S
- See Also:
- Constant Field Values
SLASH_CLOSE
public static final int SLASH_CLOSE
- See Also:
- Constant Field Values
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
XMLDeclOpen
public static final int XMLDeclOpen
- See Also:
- Constant Field Values
EntityRef
public static final int EntityRef
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
tokenNames
public static final java.lang.String[] tokenNames
RULE_document
public static final int RULE_document
- See Also:
- Constant Field Values
RULE_prolog
public static final int RULE_prolog
- See Also:
- Constant Field Values
RULE_content
public static final int RULE_content
- See Also:
- Constant Field Values
RULE_element
public static final int RULE_element
- See Also:
- Constant Field Values
RULE_reference
public static final int RULE_reference
- See Also:
- Constant Field Values
RULE_attribute
public static final int RULE_attribute
- See Also:
- Constant Field Values
RULE_chardata
public static final int RULE_chardata
- See Also:
- Constant Field Values
RULE_misc
public static final int RULE_misc
- See Also:
- Constant Field Values
ruleNames
public static final java.lang.String[] ruleNames
_serializedATN
public static final java.lang.String _serializedATN
- See Also:
- Constant Field Values
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
XMLParser
public XMLParser(org.antlr.v4.runtime.TokenStream input)
getGrammarFileName
public java.lang.String getGrammarFileName()
- Specified by:
getGrammarFileName
in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
getTokenNames
public java.lang.String[] getTokenNames()
- Specified by:
getTokenNames
in class org.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 class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
getSerializedATN
public java.lang.String getSerializedATN()
- Overrides:
getSerializedATN
in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
document
public final XMLParser.DocumentContext document()
throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
prolog
public final XMLParser.PrologContext prolog()
throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
content
public final XMLParser.ContentContext content()
throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
element
public final XMLParser.ElementContext element()
throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
reference
public final XMLParser.ReferenceContext reference()
throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
attribute
public final XMLParser.AttributeContext attribute()
throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
chardata
public final XMLParser.ChardataContext chardata()
throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
misc
public final XMLParser.MiscContext misc()
throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException