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.antlr.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
COLON
static int
DOT
static int
DQUOT_END
static int
DQUOT_START
static int
DQUOT_STRING
static int
EQ
static int
Identifier
static int
LBRACKET
static int
PositiveIntegerValue
static int
RBRACKET
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
SLASH
static int
SQUOT_END
static int
SQUOT_START
static int
SQUOT_STRING
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
-
COLON
public static final int COLON
- See Also:
- Constant Field Values
-
DOT
public static final int DOT
- See Also:
- Constant Field Values
-
EQ
public static final int EQ
- See Also:
- Constant Field Values
-
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
-
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
-
SLASH
public static final int SLASH
- 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
-
WSP
public static final int WSP
- See Also:
- Constant Field Values
-
DQUOT_START
public static final int DQUOT_START
- See Also:
- Constant Field Values
-
SQUOT_START
public static final int SQUOT_START
- See Also:
- Constant Field Values
-
DQUOT_STRING
public static final int DQUOT_STRING
- See Also:
- Constant Field Values
-
DQUOT_END
public static final int DQUOT_END
- See Also:
- Constant Field Values
-
SQUOT_STRING
public static final int SQUOT_STRING
- See Also:
- Constant Field Values
-
SQUOT_END
public static final int SQUOT_END
- 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
-
-