Uses of Class
org.antlr.misc.IntervalSet
Packages that use IntervalSet
-
Uses of IntervalSet in org.antlr.analysis
Fields in org.antlr.analysis declared as IntervalSetMethods in org.antlr.analysis with parameters of type IntervalSetConstructor parameters in org.antlr.analysis with type arguments of type IntervalSetModifierConstructorDescriptionLL1DFA
(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. -
Uses of IntervalSet in org.antlr.misc
Fields in org.antlr.misc declared as IntervalSetMethods in org.antlr.misc that return IntervalSetModifier and TypeMethodDescriptionstatic 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 IntervalSetModifier and TypeMethodDescriptionprotected List<IntervalSet>
Grammar.makeEdgeSetsDisjoint
(List<IntervalSet> edges) Method parameters in org.antlr.tool with type arguments of type IntervalSetModifier and TypeMethodDescriptionprotected List<IntervalSet>
Grammar.makeEdgeSetsDisjoint
(List<IntervalSet> edges)