Uses of Class
jflex.Interval
-
Packages that use Interval Package Description jflex -
-
Uses of Interval in jflex
Fields in jflex with type parameters of type Interval Modifier and Type Field Description private java.util.List<Interval>IntCharSet. intervalsMethods in jflex that return Interval Modifier and Type Method Description IntervalInterval. copy()Make a copy of this interval.IntervalIntCharSet. getNext()Returns the next interval.Methods in jflex that return types with arguments of type Interval Modifier and Type Method Description java.util.List<Interval>IntCharSet. getIntervals()Returns the intervals.private java.util.List<Interval>LexParse.CUP$LexParse$actions. getPreClass(int type)Methods in jflex with parameters of type Interval Modifier and Type Method Description voidIntCharSet. add(Interval interval)add.booleanInterval. contains(Interval other)Returntrueiff this interval completely contains the other one.Method parameters in jflex with type arguments of type Interval Modifier and Type Method Description int[]CharClasses. getClassCodes(java.util.List<Interval> intervalList)Returns an array that contains the character class codes of all characters in the specified set of input characters.int[]CharClasses. getNotClassCodes(java.util.List<Interval> intervalList)Returns an array that contains the character class codes of all characters that are not in the specified set of input characters.private voidNFA. insertClassNFA(java.util.List<Interval> intervals, int start, int end)private voidNFA. insertNotClassNFA(java.util.List<Interval> intervals, int start, int end)voidCharClasses. makeClass(java.util.List<Interval> l, boolean caseless)Updates the current partition, so that the specified set of characters gets a new character class.voidCharClasses. makeClassNot(java.util.List<Interval> l, boolean caseless)Updates the current partition, so that the set of all characters not contained in the specified set of characters gets a new character class.Constructors in jflex with parameters of type Interval Constructor Description IntCharSet(Interval interval)Constructor for IntCharSet.Interval(Interval other)Copy constructor.Constructor parameters in jflex with type arguments of type Interval Constructor Description IntCharSet(java.util.List<Interval> chars)Constructor for IntCharSet.
-