Frames | No Frames |
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 | TokenStreamRewriteEngine.addToSortedRewriteList(String programName, TokenStreamRewriteEngine.RewriteOperation op) 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. |