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 TypeMethodDescriptionReturn a new set with the intersection of this set with other.IntervalSet.complement(int minElement, int maxElement) IntervalSet.complement(IntSet vocabulary) Given the set of possible values (rather than, say UNICODE or MAXINT), return a new set containing all elements in vocabulary, but not in this.static IntervalSetIntervalSet.of(int a) Create a set with a single element, el.static IntervalSetIntervalSet.of(int a, int b) Create a set with all ints within range [a..b] (inclusive)Compute this-other via this&~other. -
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)