| 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) |
protected DFAState.PredPrediction[] |
ParserATNSimulator.predicateDFAState(DFAState D,
ATNConfigSet configs,
int nalts)
collect and set D's semantic context
|
| 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
|
Copyright © 1992–2024 Daniel Sun. All rights reserved.