Methods in gnu.regexp with parameters of type CharIndexed |
(package private) boolean |
RETokenWordBoundary.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenStart.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenRepeated.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenRange.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenPOSIX.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenOneOf.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenLookAhead.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenEndSub.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenEnd.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenChar.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenBackRef.match(CharIndexed input,
REMatch mymatch)
|
(package private) boolean |
RETokenAny.match(CharIndexed input,
REMatch mymatch)
|
(package private) abstract boolean |
REToken.match(CharIndexed input,
REMatch mymatch)
Returns true if the match succeeded, false if it failed. |
protected boolean |
REToken.next(CharIndexed input,
REMatch mymatch)
Returns true if the rest of the tokens match, false if they fail. |
(package private) void |
REMatch.finish(CharIndexed text)
|
(package private) boolean |
RE.match(CharIndexed input,
REMatch mymatch)
|
(package private) REMatch |
RE.getMatchImpl(CharIndexed input,
int anchor,
int eflags,
java.lang.StringBuffer buffer)
|