| Package | Description |
|---|---|
| org.antlr.analysis | |
| org.antlr.misc | |
| org.antlr.tool |
| Modifier and Type | Field and Description |
|---|---|
IntervalSet |
LookaheadSet.tokenTypeSet |
| Modifier and Type | Method and Description |
|---|---|
protected Label |
LL1DFA.getLabelForSet(IntervalSet edgeSet) |
| 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 IntervalSet |
IntervalSet.COMPLETE_SET |
| Modifier and Type | Method and Description |
|---|---|
static IntervalSet |
IntervalSet.of(int a)
Create a set with a single element, el.
|
static IntervalSet |
IntervalSet.of(int a,
int b)
Create a set with all ints within range [a..b] (inclusive)
|
| Modifier and Type | Method and Description |
|---|---|
protected List<IntervalSet> |
Grammar.makeEdgeSetsDisjoint(List<IntervalSet> edges) |
| Modifier and Type | Method and Description |
|---|---|
protected List<IntervalSet> |
Grammar.makeEdgeSetsDisjoint(List<IntervalSet> edges) |
Copyright © 2025. All rights reserved.