antlr
Class TokenStreamRewriteEngine.RewriteOperation
- TokenStreamRewriteEngine
(package private) static class TokenStreamRewriteEngine.RewriteOperation
int | execute(StringBuffer buf) - Execute the rewrite operation by possibly adding to the buffer.
|
String | toString()
|
text
protected String text
RewriteOperation
protected RewriteOperation(int index,
String text)
execute
public int execute(StringBuffer buf)
Execute the rewrite operation by possibly adding to the buffer.
Return the index of the next token to operate on.
toString
public String toString()