public class CharClassInterval
extends java.lang.Object
start and smaller than or euqal to the Unicode
value of end.
All characters of the interval must belong to the same character class.| Constructor and Description |
|---|
CharClassInterval(int start,
int end,
int charClass)
Creates a new CharClassInterval from
start to end
that belongs to character class charClass. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
returns string representation of this class interval
|
public CharClassInterval(int start,
int end,
int charClass)
start to end
that belongs to character class charClass.start - The first character of the intervalend - The last character of the intervalcharClass - The code of the class all characters of this interval belong to.