public class DottedCommandParser
extends org.antlr.v4.runtime.Parser
Modifier and Type | Class and Description |
---|---|
static class |
DottedCommandParser.ArgumentContext |
static class |
DottedCommandParser.DottedCommandContext |
static class |
DottedCommandParser.DottedExprContext |
static class |
DottedCommandParser.ExprContext |
static class |
DottedCommandParser.InterpretationContext |
Modifier and Type | Field and Description |
---|---|
static org.antlr.v4.runtime.atn.ATN |
_ATN |
static String |
_serializedATN |
static int |
BKCLOSE |
static int |
BKOPEN |
static int |
COMMA |
static int |
DOT |
static int |
INTERPLEFT |
static int |
INTERPRIGHT |
static int |
NUMBERTOKEN |
static int |
RULE_argument |
static int |
RULE_dottedCommand |
static int |
RULE_dottedExpr |
static int |
RULE_expr |
static int |
RULE_interpretation |
static String[] |
ruleNames |
static int |
TOKEN |
static String[] |
tokenNames
Deprecated.
Use
VOCABULARY instead. |
static org.antlr.v4.runtime.Vocabulary |
VOCABULARY |
Constructor and Description |
---|
DottedCommandParser(org.antlr.v4.runtime.TokenStream input) |
Modifier and Type | Method and Description |
---|---|
DottedCommandParser.ArgumentContext |
argument() |
DottedCommandParser.DottedCommandContext |
dottedCommand() |
DottedCommandParser.DottedExprContext |
dottedExpr() |
DottedCommandParser.ExprContext |
expr() |
org.antlr.v4.runtime.atn.ATN |
getATN() |
String |
getGrammarFileName() |
String[] |
getRuleNames() |
String |
getSerializedATN() |
String[] |
getTokenNames()
Deprecated.
|
org.antlr.v4.runtime.Vocabulary |
getVocabulary() |
DottedCommandParser.InterpretationContext |
interpretation() |
boolean |
sempred(org.antlr.v4.runtime.RuleContext _localctx,
int ruleIndex,
int predIndex) |
addParseListener, compileParseTreePattern, compileParseTreePattern, consume, 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, unrollRecursionContexts
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, removeErrorListener, removeErrorListeners, setInterpreter, setState
public static final int TOKEN
public static final int NUMBERTOKEN
public static final int INTERPLEFT
public static final int INTERPRIGHT
public static final int BKOPEN
public static final int BKCLOSE
public static final int DOT
public static final int COMMA
public static final int RULE_expr
public static final int RULE_argument
public static final int RULE_dottedCommand
public static final int RULE_dottedExpr
public static final int RULE_interpretation
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 DottedCommandParser(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 DottedCommandParser.ExprContext expr() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final DottedCommandParser.ArgumentContext argument() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final DottedCommandParser.DottedCommandContext dottedCommand() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final DottedCommandParser.DottedExprContext dottedExpr() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public final DottedCommandParser.InterpretationContext interpretation() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionException
public boolean sempred(org.antlr.v4.runtime.RuleContext _localctx, int ruleIndex, int predIndex)
sempred
in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
Copyright © 2017. All rights reserved.