final class RETokenEnd extends REToken
| Constructor and Description |
|---|
RETokenEnd(int subIndex,
java.lang.String newline) |
| 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.
|