Class LeafRefPathParser
- 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.antlrv4.code.gen.LeafRefPathParser
-
public class LeafRefPathParser extends org.antlr.v4.runtime.Parser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LeafRefPathParser.Absolute_pathContext
static class
LeafRefPathParser.Current_function_invocationContext
static class
LeafRefPathParser.Descendant_pathContext
static class
LeafRefPathParser.IdentifierContext
static class
LeafRefPathParser.Node_identifierContext
static class
LeafRefPathParser.Path_argContext
static class
LeafRefPathParser.Path_equality_exprContext
static class
LeafRefPathParser.Path_key_exprContext
static class
LeafRefPathParser.Path_predicateContext
static class
LeafRefPathParser.PrefixContext
static class
LeafRefPathParser.Rel_path_keyexprContext
static class
LeafRefPathParser.Relative_pathContext
-
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
CURRENT_KEYWORD
static int
DOTS
static int
EQUAL
static int
IDENTIFIER
static int
LEFT_PARENTHESIS
static int
LEFT_SQUARE_BRACKET
static int
RIGHT_PARENTHESIS
static int
RIGHT_SQUARE_BRACKET
static int
RULE_absolute_path
static int
RULE_current_function_invocation
static int
RULE_descendant_path
static int
RULE_identifier
static int
RULE_node_identifier
static int
RULE_path_arg
static int
RULE_path_equality_expr
static int
RULE_path_key_expr
static int
RULE_path_predicate
static int
RULE_prefix
static int
RULE_rel_path_keyexpr
static int
RULE_relative_path
static String[]
ruleNames
static int
SEP
static int
SLASH
static String[]
tokenNames
Deprecated.UseVOCABULARY
instead.static org.antlr.v4.runtime.Vocabulary
VOCABULARY
-
Constructor Summary
Constructors Constructor Description LeafRefPathParser(org.antlr.v4.runtime.TokenStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LeafRefPathParser.Absolute_pathContext
absolute_path()
LeafRefPathParser.Current_function_invocationContext
current_function_invocation()
LeafRefPathParser.Descendant_pathContext
descendant_path()
org.antlr.v4.runtime.atn.ATN
getATN()
String
getGrammarFileName()
String[]
getRuleNames()
String
getSerializedATN()
String[]
getTokenNames()
Deprecated.org.antlr.v4.runtime.Vocabulary
getVocabulary()
LeafRefPathParser.IdentifierContext
identifier()
LeafRefPathParser.Node_identifierContext
node_identifier()
LeafRefPathParser.Path_argContext
path_arg()
LeafRefPathParser.Path_equality_exprContext
path_equality_expr()
LeafRefPathParser.Path_key_exprContext
path_key_expr()
LeafRefPathParser.Path_predicateContext
path_predicate()
LeafRefPathParser.PrefixContext
prefix()
LeafRefPathParser.Rel_path_keyexprContext
rel_path_keyexpr()
LeafRefPathParser.Relative_pathContext
relative_path()
-
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
-
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
-
DOTS
public static final int DOTS
- See Also:
- Constant Field Values
-
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
-
LEFT_SQUARE_BRACKET
public static final int LEFT_SQUARE_BRACKET
- See Also:
- Constant Field Values
-
RIGHT_SQUARE_BRACKET
public static final int RIGHT_SQUARE_BRACKET
- See Also:
- Constant Field Values
-
LEFT_PARENTHESIS
public static final int LEFT_PARENTHESIS
- See Also:
- Constant Field Values
-
RIGHT_PARENTHESIS
public static final int RIGHT_PARENTHESIS
- See Also:
- Constant Field Values
-
CURRENT_KEYWORD
public static final int CURRENT_KEYWORD
- See Also:
- Constant Field Values
-
SEP
public static final int SEP
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
RULE_path_arg
public static final int RULE_path_arg
- See Also:
- Constant Field Values
-
RULE_absolute_path
public static final int RULE_absolute_path
- See Also:
- Constant Field Values
-
RULE_relative_path
public static final int RULE_relative_path
- See Also:
- Constant Field Values
-
RULE_descendant_path
public static final int RULE_descendant_path
- See Also:
- Constant Field Values
-
RULE_path_predicate
public static final int RULE_path_predicate
- See Also:
- Constant Field Values
-
RULE_path_equality_expr
public static final int RULE_path_equality_expr
- See Also:
- Constant Field Values
-
RULE_path_key_expr
public static final int RULE_path_key_expr
- See Also:
- Constant Field Values
-
RULE_rel_path_keyexpr
public static final int RULE_rel_path_keyexpr
- See Also:
- Constant Field Values
-
RULE_node_identifier
public static final int RULE_node_identifier
- See Also:
- Constant Field Values
-
RULE_current_function_invocation
public static final int RULE_current_function_invocation
- See Also:
- Constant Field Values
-
RULE_prefix
public static final int RULE_prefix
- See Also:
- Constant Field Values
-
RULE_identifier
public static final int RULE_identifier
- 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>
-
path_arg
public final LeafRefPathParser.Path_argContext path_arg() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
absolute_path
public final LeafRefPathParser.Absolute_pathContext absolute_path() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
relative_path
public final LeafRefPathParser.Relative_pathContext relative_path() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
descendant_path
public final LeafRefPathParser.Descendant_pathContext descendant_path() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
path_predicate
public final LeafRefPathParser.Path_predicateContext path_predicate() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
path_equality_expr
public final LeafRefPathParser.Path_equality_exprContext path_equality_expr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
path_key_expr
public final LeafRefPathParser.Path_key_exprContext path_key_expr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rel_path_keyexpr
public final LeafRefPathParser.Rel_path_keyexprContext rel_path_keyexpr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
node_identifier
public final LeafRefPathParser.Node_identifierContext node_identifier() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
current_function_invocation
public final LeafRefPathParser.Current_function_invocationContext current_function_invocation() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
prefix
public final LeafRefPathParser.PrefixContext prefix() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
identifier
public final LeafRefPathParser.IdentifierContext identifier() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
-