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 TypeMethodDescriptionvoid
add.boolean
Returntrue
iff 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 void
NFA.insertClassNFA
(List<Interval> intervals, int start, int end) private void
NFA.insertNotClassNFA
(List<Interval> intervals, int start, int end) void
Updates the current partition, so that the specified set of characters gets a new character class.void
CharClasses.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.