Package | Description |
---|---|
org.antlr.analysis | |
org.antlr.tool |
Modifier and Type | Field and Description |
---|---|
protected MultiMap<Integer,NFAConfiguration> |
DecisionProbe.stateToRecursionOverflowConfigurationsMap
Recursion is limited to a particular depth.
|
Constructor and 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 and Description |
---|---|
static MultiMap<Integer,Integer> |
Grammar.validDelegations
Set of valid imports.
|
Copyright © 1992–2015 ANTLR. All rights reserved.