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 IntervalCreates a copy of the interval.static IntervalInterval.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.intervalsIntCharSet.IntCharSetIterator.intervalsIteratorIterator 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 TypeMethodDescriptionvoidAdds a single interval to this IntCharSet.static IntCharSetCreates a charset that contains only one interval.static IntCharSetCreates a charset that contains the given intervals.