Package | Description |
---|---|
jflex |
Modifier and Type | Method and Description |
---|---|
Interval |
Interval.copy()
Make a copy of this interval.
|
Interval |
IntCharSet.getNext() |
Modifier and Type | Method and Description |
---|---|
List<Interval> |
IntCharSet.getIntervals() |
Modifier and Type | Method and Description |
---|---|
void |
IntCharSet.add(Interval interval) |
boolean |
Interval.contains(Interval other)
Return
true iff this interval completely contains the
other one. |
Modifier and Type | Method and Description |
---|---|
int[] |
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.
|
void |
CharClasses.makeClass(List<Interval> l,
boolean caseless)
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.
|
Constructor and Description |
---|
IntCharSet(Interval interval) |
Interval(Interval other)
Copy constructor
|
Constructor and Description |
---|
IntCharSet(List<Interval> chars) |
Copyright © 1998–2016. All rights reserved.