Uses of Class
jflex.Interval
Packages that use Interval
-
Uses of Interval in jflex
Modifier and TypeMethodDescriptionInterval.copy()Make a copy of this interval.IntCharSet.getNext()Returns the next interval.Modifier and TypeMethodDescriptionIntCharSet.getIntervals()Returns the intervals.LexParse.CUP$LexParse$actions.getPreClass(int type) Modifier and TypeMethodDescriptionvoidadd.booleanReturntrueiff this interval completely contains the other one.Modifier and TypeMethodDescriptionint[]CharClasses.getClassCodes(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(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(List<Interval> intervals, int start, int end) private voidNFA.insertNotClassNFA(List<Interval> intervals, int start, int end) voidUpdates the current partition, so that the specified set of characters gets a new character class.voidCharClasses.makeClassNot(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.ModifierConstructorDescriptionIntCharSet(Interval interval) Constructor for IntCharSet.Copy constructor.