|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntervalSet | |
---|---|
org.antlr.analysis | |
org.antlr.misc | |
org.antlr.tool |
Uses of IntervalSet in org.antlr.analysis |
---|
Fields in org.antlr.analysis declared as IntervalSet | |
---|---|
IntervalSet |
LookaheadSet.tokenTypeSet
|
Methods in org.antlr.analysis with parameters of type IntervalSet | |
---|---|
protected Label |
LL1DFA.getLabelForSet(IntervalSet edgeSet)
|
Constructor parameters in org.antlr.analysis with type arguments of type IntervalSet | |
---|---|
LL1DFA(int decisionNumber,
NFAState decisionStartState,
MultiMap<IntervalSet,java.lang.Integer> edgeMap)
From a set of edgeset->list-of-alts mappings, create a DFA that uses syn preds for all |list-of-alts|>1. |
Uses of IntervalSet in org.antlr.misc |
---|
Fields in org.antlr.misc declared as IntervalSet | |
---|---|
static IntervalSet |
IntervalSet.COMPLETE_SET
|
Methods in org.antlr.misc that return IntervalSet | |
---|---|
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) |
Uses of IntervalSet in org.antlr.tool |
---|
Methods in org.antlr.tool that return types with arguments of type IntervalSet | |
---|---|
protected java.util.List<IntervalSet> |
Grammar.makeEdgeSetsDisjoint(java.util.List<IntervalSet> edges)
|
Method parameters in org.antlr.tool with type arguments of type IntervalSet | |
---|---|
protected java.util.List<IntervalSet> |
Grammar.makeEdgeSetsDisjoint(java.util.List<IntervalSet> edges)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |