gnu.regexp
final class RETokenChar extends REToken
Constructor and Description |
---|
RETokenChar(int subIndex,
char c,
boolean ins) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
chain(REToken next) |
(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