| java.lang.Object gnu.regexp.REToken
All known Subclasses: gnu.regexp.RETokenEndSub, gnu.regexp.RETokenPOSIX, gnu.regexp.RETokenChar, gnu.regexp.RETokenStart, gnu.regexp.RETokenRange, gnu.regexp.RETokenLookAhead, gnu.regexp.RETokenEnd, gnu.regexp.RETokenAny, gnu.regexp.RETokenRepeated, gnu.regexp.RETokenWordBoundary, gnu.regexp.RETokenOneOf, gnu.regexp.RETokenBackRef,
Constructor Summary | |
protected | REToken(int subIndex) |
subIndex | protected int subIndex(Code) | | |
REToken | protected REToken(int subIndex)(Code) | | |
getMinimumLength | int getMinimumLength()(Code) | | |
match | abstract boolean match(CharIndexed input, REMatch mymatch)(Code) | | Returns true if the match succeeded, false if it failed.
|
next | protected boolean next(CharIndexed input, REMatch mymatch)(Code) | | Returns true if the rest of the tokens match, false if they fail.
|
|
|