| Package | Description |
|---|---|
| org.antlr.analysis | |
| org.antlr.tool |
| Modifier and Type | Field | Description |
|---|---|---|
protected MultiMap<Integer,NFAConfiguration> |
DecisionProbe.stateToRecursionOverflowConfigurationsMap |
Recursion is limited to a particular depth.
|
| Constructor | Description |
|---|---|
LL1DFA(int decisionNumber,
NFAState decisionStartState,
MultiMap<IntervalSet,Integer> edgeMap) |
From a set of edgeset→list-of-alts mappings, create a DFA
that uses syn preds for all |list-of-alts|>1.
|
| Modifier and Type | Field | Description |
|---|---|---|
static MultiMap<Integer,Integer> |
Grammar.validDelegations |
Set of valid imports.
|
Copyright © 1992–2018 ANTLR. All rights reserved.