Uses of Interface
org.antlr.v4.runtime.misc.IntSet
Packages that use IntSet
-
Uses of IntSet in org.antlr.v4.runtime.misc
Classes in org.antlr.v4.runtime.misc that implement IntSetModifier and TypeClassDescriptionclassThis class implements theIntSetbacked by a sorted array of non-overlapping intervals.Methods in org.antlr.v4.runtime.misc that return IntSetModifier and TypeMethodDescriptionModify the currentIntSetobject to contain all elements that are present in itself, the specifiedset, or both.Return a newIntSetobject containing all elements that are present in both the current set and the specified seta.IntSet.complement(IntSet elements) Return a newIntSetobject containing all elements that are present inelementsbut not present in the current set.Return a newIntSetobject containing all elements that are present in the current set, the specified seta, or both.Return a newIntSetobject containing all elements that are present in the current set but not present in the input seta.Methods in org.antlr.v4.runtime.misc with parameters of type IntSetModifier and TypeMethodDescriptionModify the currentIntSetobject to contain all elements that are present in itself, the specifiedset, or both.Return a newIntSetobject containing all elements that are present in both the current set and the specified seta.Return a newIntSetobject containing all elements that are present in both the current set and the specified seta.IntervalSet.complement(IntSet vocabulary) Return a newIntSetobject containing all elements that are present inelementsbut not present in the current set.IntSet.complement(IntSet elements) Return a newIntSetobject containing all elements that are present inelementsbut not present in the current set.Return a newIntSetobject containing all elements that are present in the current set, the specified seta, or both.Return a newIntSetobject containing all elements that are present in the current set but not present in the input seta. -
Uses of IntSet in org.antlr.v4.tool
Methods in org.antlr.v4.tool that return IntSetModifier and TypeMethodDescriptionGrammar.getAllCharValues()Return min to max char as defined by the target.Grammar.getTokenTypes()Return a set of all possible token or char types for this grammar