gnu.regexp
final class RETokenLookAhead extends REToken
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
negative |
(package private) REToken |
re |
Constructor and Description |
---|
RETokenLookAhead(REToken re,
boolean negative) |
Modifier and Type | Method and Description |
---|---|
(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.
|
REToken re
boolean negative
RETokenLookAhead(REToken re, boolean negative) throws REException
REException