final class RETokenRange extends REToken
Constructor | Description |
---|---|
RETokenRange(int subIndex,
char lo,
char hi,
boolean ins) |
Modifier and Type | Method | Description |
---|---|---|
(package private) void |
dump(java.lang.StringBuffer os) |
|
(package private) int |
getMinimumLength() |
|
(package private) boolean |
match(CharIndexed input,
REMatch mymatch) |
Returns true if the match succeeded, false if it failed.
|
int getMinimumLength()
getMinimumLength
in class REToken
boolean match(CharIndexed input, REMatch mymatch)
REToken