regexp
Class REToken
java.lang.Object
|
+--regexp.REToken
- Direct Known Subclasses:
- RE, RETokenAny, RETokenBackRef, RETokenChar, RETokenEnd, RETokenOneOf, RETokenPOSIX, RETokenRange, RETokenRepeated, RETokenStart
- abstract class REToken
- extends Object
Constructor Summary |
protected |
REToken(int f_subIndex)
|
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
newline
static final String newline
m_next
protected REToken m_next
m_uncle
protected REToken m_uncle
m_subIndex
protected int m_subIndex
REToken
protected REToken(int f_subIndex)
getMinimumLength
int getMinimumLength()
setUncle
void setUncle(REToken f_uncle)
match
abstract int[] match(CharIndexed input,
int index,
int eflags,
REMatch mymatch)
next
protected int[] next(CharIndexed input,
int index,
int eflags,
REMatch mymatch)
chain
boolean chain(REToken next)
dump
void dump(StringBuffer os)
dumpAll
void dumpAll(StringBuffer os)
From the Biter project.