antlr
static class TokenStreamRewriteEngine.RewriteOperation extends Object
| Field Summary | |
|---|---|
| protected int | index |
| protected String | text |
| Constructor Summary | |
|---|---|
| protected | RewriteOperation(int index, String text) |
| Method Summary | |
|---|---|
| int | execute(StringBuffer buf) Execute the rewrite operation by possibly adding to the buffer.
|
| String | toString() |