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 TypeClassDescriptionclass
This class implements theIntSet
backed by a sorted array of non-overlapping intervals.Methods in org.antlr.v4.runtime.misc that return IntSetModifier and TypeMethodDescriptionModify the currentIntSet
object to contain all elements that are present in itself, the specifiedset
, or both.Return a newIntSet
object containing all elements that are present in both the current set and the specified seta
.IntSet.complement
(IntSet elements) Return a newIntSet
object containing all elements that are present inelements
but not present in the current set.Return a newIntSet
object containing all elements that are present in the current set, the specified seta
, or both.Return a newIntSet
object 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 currentIntSet
object to contain all elements that are present in itself, the specifiedset
, or both.Return a newIntSet
object containing all elements that are present in both the current set and the specified seta
.Return a newIntSet
object containing all elements that are present in both the current set and the specified seta
.IntervalSet.complement
(IntSet vocabulary) Return a newIntSet
object containing all elements that are present inelements
but not present in the current set.IntSet.complement
(IntSet elements) Return a newIntSet
object containing all elements that are present inelements
but not present in the current set.Return a newIntSet
object containing all elements that are present in the current set, the specified seta
, or both.Return a newIntSet
object 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