Uses of Class
jflex.chars.Interval
-
Packages that use Interval Package Description jflex.chars jflex.core.unicode -
-
Uses of Interval in jflex.chars
Methods in jflex.chars that return Interval Modifier and Type Method Description static IntervalInterval. copyOf(Interval interval)Creates 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 Modifier and Type Method Description booleanInterval. contains(Interval other)Returntrueiff this interval completely contains the other one.static IntervalInterval. copyOf(Interval interval)Creates a copy of the interval. -
Uses of Interval in jflex.core.unicode
Fields in jflex.core.unicode with type parameters of type Interval Modifier and Type Field Description private java.util.List<Interval>IntCharSet. intervalsprivate java.util.Iterator<Interval>IntCharSet.IntCharSetIterator. intervalsIteratorIterator over the Interval listMethods in jflex.core.unicode that return Interval Modifier and Type Method Description (package private) IntervalIntCharSet. getFirstInterval()Methods in jflex.core.unicode that return types with arguments of type Interval Modifier and Type Method Description java.util.List<Interval>IntCharSet. getIntervals()Returns the intervals.java.util.Iterator<Interval>IntCharSet. intervalIterator()Methods in jflex.core.unicode with parameters of type Interval Modifier and Type Method Description voidIntCharSet. add(Interval interval)Adds a single interval to this IntCharSet.static IntCharSetIntCharSet. of(Interval interval)Creates a charset that contains only one interval.static IntCharSetIntCharSet. of(Interval... intervals)Creates a charset that contains the given intervals.
-