Class instanceIdentifierParser
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
- org.antlr.v4.runtime.Parser
-
- org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
public class instanceIdentifierParser extends org.antlr.v4.runtime.Parser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
instanceIdentifierParser.EqQuotedStringContext
static class
instanceIdentifierParser.InstanceIdentifierContext
static class
instanceIdentifierParser.KeyPredicateContext
static class
instanceIdentifierParser.KeyPredicateExprContext
static class
instanceIdentifierParser.LeafListPredicateContext
static class
instanceIdentifierParser.LeafListPredicateExprContext
static class
instanceIdentifierParser.NodeIdentifierContext
static class
instanceIdentifierParser.PathArgumentContext
static class
instanceIdentifierParser.PosContext
static class
instanceIdentifierParser.PredicateContext
static class
instanceIdentifierParser.QuotedStringContext
-
Field Summary
Fields Modifier and Type Field Description static org.antlr.v4.runtime.atn.ATN
_ATN
protected static org.antlr.v4.runtime.dfa.DFA[]
_decisionToDFA
static String
_serializedATN
protected static org.antlr.v4.runtime.atn.PredictionContextCache
_sharedContextCache
static int
Identifier
static int
PositiveIntegerValue
static int
RULE_eqQuotedString
static int
RULE_instanceIdentifier
static int
RULE_keyPredicate
static int
RULE_keyPredicateExpr
static int
RULE_leafListPredicate
static int
RULE_leafListPredicateExpr
static int
RULE_nodeIdentifier
static int
RULE_pathArgument
static int
RULE_pos
static int
RULE_predicate
static int
RULE_quotedString
static String[]
ruleNames
static int
STRING
static int
T__0
static int
T__1
static int
T__2
static int
T__3
static int
T__4
static int
T__5
static int
T__6
static int
T__7
static String[]
tokenNames
Deprecated.UseVOCABULARY
instead.static org.antlr.v4.runtime.Vocabulary
VOCABULARY
static int
WSP
-
Constructor Summary
Constructors Constructor Description instanceIdentifierParser(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, sempred, 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
-
T__0
public static final int T__0
- See Also:
- Constant Field Values
-
T__1
public static final int T__1
- See Also:
- Constant Field Values
-
T__2
public static final int T__2
- See Also:
- Constant Field Values
-
T__3
public static final int T__3
- See Also:
- Constant Field Values
-
T__4
public static final int T__4
- See Also:
- Constant Field Values
-
T__5
public static final int T__5
- See Also:
- Constant Field Values
-
T__6
public static final int T__6
- See Also:
- Constant Field Values
-
T__7
public static final int T__7
- See Also:
- Constant Field Values
-
Identifier
public static final int Identifier
- See Also:
- Constant Field Values
-
PositiveIntegerValue
public static final int PositiveIntegerValue
- See Also:
- Constant Field Values
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
WSP
public static final int WSP
- See Also:
- Constant Field Values
-
RULE_instanceIdentifier
public static final int RULE_instanceIdentifier
- See Also:
- Constant Field Values
-
RULE_pathArgument
public static final int RULE_pathArgument
- See Also:
- Constant Field Values
-
RULE_nodeIdentifier
public static final int RULE_nodeIdentifier
- See Also:
- Constant Field Values
-
RULE_predicate
public static final int RULE_predicate
- See Also:
- Constant Field Values
-
RULE_keyPredicate
public static final int RULE_keyPredicate
- See Also:
- Constant Field Values
-
RULE_keyPredicateExpr
public static final int RULE_keyPredicateExpr
- See Also:
- Constant Field Values
-
RULE_leafListPredicate
public static final int RULE_leafListPredicate
- See Also:
- Constant Field Values
-
RULE_leafListPredicateExpr
public static final int RULE_leafListPredicateExpr
- See Also:
- Constant Field Values
-
RULE_eqQuotedString
public static final int RULE_eqQuotedString
- See Also:
- Constant Field Values
-
RULE_pos
public static final int RULE_pos
- See Also:
- Constant Field Values
-
RULE_quotedString
public static final int RULE_quotedString
- See Also:
- Constant Field Values
-
ruleNames
public static final String[] ruleNames
-
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
-
-
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>
-
instanceIdentifier
public final instanceIdentifierParser.InstanceIdentifierContext instanceIdentifier() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
pathArgument
public final instanceIdentifierParser.PathArgumentContext pathArgument() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
nodeIdentifier
public final instanceIdentifierParser.NodeIdentifierContext nodeIdentifier() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
predicate
public final instanceIdentifierParser.PredicateContext predicate() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
keyPredicate
public final instanceIdentifierParser.KeyPredicateContext keyPredicate() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
keyPredicateExpr
public final instanceIdentifierParser.KeyPredicateExprContext keyPredicateExpr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
leafListPredicate
public final instanceIdentifierParser.LeafListPredicateContext leafListPredicate() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
leafListPredicateExpr
public final instanceIdentifierParser.LeafListPredicateExprContext leafListPredicateExpr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
eqQuotedString
public final instanceIdentifierParser.EqQuotedStringContext eqQuotedString() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
pos
public final instanceIdentifierParser.PosContext pos() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
quotedString
public final instanceIdentifierParser.QuotedStringContext quotedString() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
-