Package | Description |
---|---|
org.antlr.v4.runtime.atn | |
org.antlr.v4.runtime.dfa |
Modifier and Type | Method and Description |
---|---|
protected DFAState.PredPrediction[] |
ParserATNSimulator.getPredicatePredictions(BitSet ambigAlts,
SemanticContext[] altToPred) |
Modifier and Type | Method and Description |
---|---|
protected BitSet |
ParserATNSimulator.evalSemanticContext(DFAState.PredPrediction[] predPredictions,
ParserRuleContext outerContext,
boolean complete)
Look through a list of predicate/alt pairs, returning alts for the
pairs that win.
|
Modifier and Type | Field and Description |
---|---|
DFAState.PredPrediction[] |
DFAState.predicates
During SLL parsing, this is a list of predicates associated with the
ATN configurations of the DFA state.
|
Copyright © 1992–2018 ANTLR. All rights reserved.