final class RETokenOneOf extends REToken
Constructor | Description |
---|---|
RETokenOneOf(int subIndex,
java.lang.String optionsStr,
boolean negative,
boolean insens) |
|
RETokenOneOf(int subIndex,
java.util.Vector options,
boolean negative) |
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.
|
RETokenOneOf(int subIndex, java.lang.String optionsStr, boolean negative, boolean insens)
RETokenOneOf(int subIndex, java.util.Vector options, boolean negative)
int getMinimumLength()
getMinimumLength
in class REToken
boolean match(CharIndexed input, REMatch mymatch)
REToken