gnu.regexp
Class REToken
- Serializable
(package private) abstract class REToken
extends java.lang.Object
implements Serializable
subIndex
protected int subIndex
REToken
protected REToken(int subIndex)
chain
(package private) boolean chain(REToken token)
dump
(package private) abstract void dump(StringBuffer os)
dumpAll
(package private) void dumpAll(StringBuffer os)
getMinimumLength
(package private) int getMinimumLength()
match
(package private) abstract boolean match(CharIndexed input,
REMatch mymatch)
Returns true if the match succeeded, false if it failed.
next
protected boolean next(CharIndexed input,
REMatch mymatch)
Returns true if the rest of the tokens match, false if they fail.
setUncle
(package private) void setUncle(REToken anUncle)