Package | Description |
---|---|
org.antlr.v4.runtime | |
org.antlr.v4.runtime.atn |
Modifier and Type | Method and Description |
---|---|
abstract ATN |
Recognizer.getATN() |
Modifier and Type | Field and Description |
---|---|
ATN |
LL1Analyzer.atn |
ATN |
ATNState.atn
Which ATN are we in?
|
ATN |
ATNSimulator.atn |
Modifier and Type | Method and Description |
---|---|
static ATN |
ATNSimulator.deserialize(char[] data) |
Modifier and Type | Method and Description |
---|---|
static Transition |
ATNSimulator.edgeFactory(ATN atn,
int type,
int src,
int trg,
int arg1,
int arg2,
int arg3,
List<IntervalSet> sets) |
static PredictionContext |
PredictionContext.fromRuleContext(ATN atn,
RuleContext outerContext)
Convert a
RuleContext tree to a PredictionContext graph. |
Constructor and Description |
---|
ATNSimulator(ATN atn,
PredictionContextCache sharedContextCache) |
LexerATNSimulator(ATN atn,
DFA[] decisionToDFA,
PredictionContextCache sharedContextCache) |
LexerATNSimulator(Lexer recog,
ATN atn,
DFA[] decisionToDFA,
PredictionContextCache sharedContextCache) |
LL1Analyzer(ATN atn) |
ParserATNSimulator(ATN atn,
DFA[] decisionToDFA,
PredictionContextCache sharedContextCache)
Testing only!
|
ParserATNSimulator(Parser parser,
ATN atn,
DFA[] decisionToDFA,
PredictionContextCache sharedContextCache) |
Copyright © 1992-2013 ANTLR. All Rights Reserved.