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