| Package | Description |
|---|---|
| org.antlr.v4.runtime.atn | |
| org.antlr.v4.runtime.dfa |
| Modifier and Type | Method and Description |
|---|---|
protected DFAState.PredPrediction[] |
ParserATNSimulator.getPredicatePredictions(java.util.BitSet ambigAlts,
SemanticContext[] altToPred) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.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.
|