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