class TokenRewriteStream.InsertBeforeOp extends TokenRewriteStream.RewriteOperation
index, instructionIndex, text
Constructor and Description |
---|
InsertBeforeOp(int index,
java.lang.Object text) |
Modifier and Type | Method and Description |
---|---|
int |
execute(java.lang.StringBuffer buf)
Execute the rewrite operation by possibly adding to the buffer.
|
toString
public int execute(java.lang.StringBuffer buf)
TokenRewriteStream.RewriteOperation
execute
in class TokenRewriteStream.RewriteOperation