JFlex
public class CharClassIntervall extends Object
start and smaller than or euqal to the Unicode
value of end.
All characters of the intervall must belong to the same character class.
| Constructor Summary | |
|---|---|
| CharClassIntervall(int start, int end, int charClass)
Creates a new CharClassIntervall from start to end
that belongs to character class charClass.
| |
| Method Summary | |
|---|---|
| String | toString()
returns string representation of this class-intervall |
start to end
that belongs to character class charClass.
Parameters: start The first character of the intervall end The last character of the intervall charClass The code of the class all characters of this intervall belong to.