|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.regexp.REToken
gnu.regexp.RETokenLookAhead
final class RETokenLookAhead
Field Summary | |
---|---|
(package private) boolean |
negative
|
(package private) REToken |
re
|
Fields inherited from class gnu.regexp.REToken |
---|
next, subIndex, uncle |
Constructor Summary | |
---|---|
RETokenLookAhead(REToken re,
boolean negative)
|
Method Summary | |
---|---|
(package private) void |
dump(java.lang.StringBuffer os)
|
(package private) boolean |
match(CharIndexed input,
REMatch mymatch)
Returns true if the match succeeded, false if it failed. |
Methods inherited from class gnu.regexp.REToken |
---|
chain, dumpAll, getMinimumLength, next, setUncle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
REToken re
boolean negative
Constructor Detail |
---|
RETokenLookAhead(REToken re, boolean negative) throws REException
REException
Method Detail |
---|
boolean match(CharIndexed input, REMatch mymatch)
REToken
match
in class REToken
void dump(java.lang.StringBuffer os)
dump
in class REToken
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |