Uses of Class antlr.TokenStreamRewriteEngine.RewriteOperation

Uses in package antlr

Classes derived from antlr.TokenStreamRewriteEngine.RewriteOperation

class
class
class
I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp instructions.

Methods with parameter type antlr.TokenStreamRewriteEngine.RewriteOperation

void
Add an instruction to the rewrite instruction list ordered by the instruction number (use a binary search for efficiency).
void
If op.index > lastRewriteTokenIndexes, just add to the end.