public class LeafRefPathParser
extends org.antlr.v4.runtime.Parser
Modifier and Type | Class and Description |
---|---|
static class |
LeafRefPathParser.Absolute_pathContext |
static class |
LeafRefPathParser.Absolute_schema_nodeidContext |
static class |
LeafRefPathParser.Current_function_invocationContext |
static class |
LeafRefPathParser.Descendant_pathContext |
static class |
LeafRefPathParser.Descendant_schema_nodeidContext |
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 |
Modifier and Type | Field and 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_absolute_schema_nodeid |
static int |
RULE_current_function_invocation |
static int |
RULE_descendant_path |
static int |
RULE_descendant_schema_nodeid |
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.
Use
VOCABULARY instead. |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
Constructor and Description |
---|
LeafRefPathParser(org.antlr.v4.runtime.TokenStream input) |
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
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
public static final int COLON
public static final int SLASH
public static final int DOTS
public static final int EQUAL
public static final int LEFT_SQUARE_BRACKET
public static final int RIGHT_SQUARE_BRACKET
public static final int LEFT_PARENTHESIS
public static final int RIGHT_PARENTHESIS
public static final int CURRENT_KEYWORD
public static final int SEP
public static final int IDENTIFIER
public static final int RULE_path_arg
public static final int RULE_absolute_path
public static final int RULE_relative_path
public static final int RULE_descendant_path
public static final int RULE_path_predicate
public static final int RULE_path_equality_expr
public static final int RULE_path_key_expr
public static final int RULE_rel_path_keyexpr
public static final int RULE_node_identifier
public static final int RULE_current_function_invocation
public static final int RULE_descendant_schema_nodeid
public static final int RULE_absolute_schema_nodeid
public static final int RULE_prefix
public static final int RULE_identifier
public static final String[] ruleNames
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
@Deprecated public static final String[] tokenNames
VOCABULARY
instead.public static final String _serializedATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
public LeafRefPathParser(org.antlr.v4.runtime.TokenStream input)
@Deprecated public String[] getTokenNames()
getTokenNames
in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
public org.antlr.v4.runtime.Vocabulary getVocabulary()
getVocabulary
in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
public String[] getRuleNames()
getRuleNames
in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
public String getSerializedATN()
getSerializedATN
in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
public org.antlr.v4.runtime.atn.ATN getATN()
getATN
in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
public final LeafRefPathParser.Path_argContext path_arg() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Absolute_pathContext absolute_path() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Relative_pathContext relative_path() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Descendant_pathContext descendant_path() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Path_predicateContext path_predicate() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Path_equality_exprContext path_equality_expr() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Path_key_exprContext path_key_expr() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Rel_path_keyexprContext rel_path_keyexpr() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Node_identifierContext node_identifier() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Current_function_invocationContext current_function_invocation() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Descendant_schema_nodeidContext descendant_schema_nodeid() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.Absolute_schema_nodeidContext absolute_schema_nodeid() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.PrefixContext prefix() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final LeafRefPathParser.IdentifierContext identifier() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
Copyright © 2019 OpenDaylight. All rights reserved.