Uses of Class
org.antlr.runtime.TokenRewriteStream.RewriteOperation
-
Packages that use TokenRewriteStream.RewriteOperation Package Description org.antlr.runtime -
-
Uses of TokenRewriteStream.RewriteOperation in org.antlr.runtime
Subclasses of TokenRewriteStream.RewriteOperation in org.antlr.runtime Modifier and Type Class Description (package private) class
TokenRewriteStream.DeleteOp
(package private) class
TokenRewriteStream.InsertBeforeOp
(package private) class
TokenRewriteStream.ReplaceOp
I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp instructions.
-