|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.regexp.REToken
gnu.regexp.RETokenRepeated
| Field Summary | |
protected REToken |
m_next
|
protected int |
m_subIndex
|
protected REToken |
m_uncle
|
(package private) static String |
newline
|
| Constructor Summary | |
(package private) |
RETokenRepeated(int f_subIndex,
REToken f_token,
int f_min,
int f_max)
|
| Method Summary | |
(package private) boolean |
chain(REToken next)
|
(package private) void |
dump(StringBuffer os)
|
(package private) void |
dumpAll(StringBuffer os)
|
(package private) int |
getMinimumLength()
|
(package private) void |
makeStingy()
|
(package private) int[] |
match(CharIndexed input,
int index,
int eflags,
REMatch mymatch)
|
protected int[] |
next(CharIndexed input,
int index,
int eflags,
REMatch mymatch)
|
(package private) void |
setUncle(REToken f_uncle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static final String newline
protected REToken m_next
protected REToken m_uncle
protected int m_subIndex
| Constructor Detail |
RETokenRepeated(int f_subIndex,
REToken f_token,
int f_min,
int f_max)
| Method Detail |
void makeStingy()
int getMinimumLength()
getMinimumLength in class REToken
int[] match(CharIndexed input,
int index,
int eflags,
REMatch mymatch)
match in class RETokenvoid dump(StringBuffer os)
dump in class RETokenvoid setUncle(REToken f_uncle)
protected int[] next(CharIndexed input,
int index,
int eflags,
REMatch mymatch)
boolean chain(REToken next)
void dumpAll(StringBuffer os)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||