|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.regexp.REToken
gnu.regexp.RETokenBackRef
| Field Summary | |
protected REToken |
m_next
|
protected int |
m_subIndex
|
protected REToken |
m_uncle
|
(package private) static String |
newline
|
| Constructor Summary | |
(package private) |
RETokenBackRef(int f_subIndex,
int mynum,
boolean ins)
|
| 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) 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 |
RETokenBackRef(int f_subIndex,
int mynum,
boolean ins)
| Method Detail |
int[] match(CharIndexed input,
int index,
int eflags,
REMatch mymatch)
match in class RETokenvoid dump(StringBuffer os)
dump in class RETokenint getMinimumLength()
void 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 | |||||||||