Uses of Class
jflex.chars.Interval
Packages that use Interval
-
Uses of Interval in jflex.chars
Methods in jflex.chars that return IntervalModifier and TypeMethodDescriptionstatic Interval
Creates a copy of the interval.static Interval
Interval.ofCharacter
(int c) Creates an interval of a single character.Methods in jflex.chars with parameters of type Interval -
Uses of Interval in jflex.core.unicode
Fields in jflex.core.unicode with type parameters of type IntervalModifier and TypeFieldDescriptionIntCharSet.intervals
IntCharSet.IntCharSetIterator.intervalsIterator
Iterator over the Interval listMethods in jflex.core.unicode that return IntervalMethods in jflex.core.unicode that return types with arguments of type IntervalModifier and TypeMethodDescriptionIntCharSet.getIntervals()
Returns the intervals.IntCharSet.intervalIterator()
Methods in jflex.core.unicode with parameters of type IntervalModifier and TypeMethodDescriptionvoid
Adds a single interval to this IntCharSet.static IntCharSet
Creates a charset that contains only one interval.static IntCharSet
Creates a charset that contains the given intervals.