Uses of Class
org.antlr.runtime.TokenRewriteStream.RewriteOperation
Packages that use TokenRewriteStream.RewriteOperation
-
Uses of TokenRewriteStream.RewriteOperation in org.antlr.runtime
Subclasses of TokenRewriteStream.RewriteOperation in org.antlr.runtimeModifier and TypeClassDescription(package private) class
(package private) class
I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp instructions.Fields in org.antlr.runtime with type parameters of type TokenRewriteStream.RewriteOperationModifier and TypeFieldDescriptionprotected Map
<String, List<TokenRewriteStream.RewriteOperation>> TokenRewriteStream.programs
You may have multiple, named streams of rewrite operations.Methods in org.antlr.runtime with type parameters of type TokenRewriteStream.RewriteOperationModifier and TypeMethodDescriptionprotected <T extends TokenRewriteStream.RewriteOperation>
List<? extends T> TokenRewriteStream.getKindOfOps
(List<? extends TokenRewriteStream.RewriteOperation> rewrites, Class<T> kind) protected <T extends TokenRewriteStream.RewriteOperation>
List<? extends T> TokenRewriteStream.getKindOfOps
(List<? extends TokenRewriteStream.RewriteOperation> rewrites, Class<T> kind, int before) Get all operations before an index of a particular kindMethods in org.antlr.runtime that return types with arguments of type TokenRewriteStream.RewriteOperationModifier and TypeMethodDescriptionprotected List
<TokenRewriteStream.RewriteOperation> TokenRewriteStream.getProgram
(String name) private List
<TokenRewriteStream.RewriteOperation> TokenRewriteStream.initializeProgram
(String name) protected Map
<Integer, ? extends TokenRewriteStream.RewriteOperation> TokenRewriteStream.reduceToSingleOperationPerIndex
(List<? extends TokenRewriteStream.RewriteOperation> rewrites) We need to combine operations and report invalid operations (like overlapping replaces that are not completed nested).Method parameters in org.antlr.runtime with type arguments of type TokenRewriteStream.RewriteOperationModifier and TypeMethodDescriptionprotected <T extends TokenRewriteStream.RewriteOperation>
List<? extends T> TokenRewriteStream.getKindOfOps
(List<? extends TokenRewriteStream.RewriteOperation> rewrites, Class<T> kind) protected <T extends TokenRewriteStream.RewriteOperation>
List<? extends T> TokenRewriteStream.getKindOfOps
(List<? extends TokenRewriteStream.RewriteOperation> rewrites, Class<T> kind, int before) Get all operations before an index of a particular kindprotected Map
<Integer, ? extends TokenRewriteStream.RewriteOperation> TokenRewriteStream.reduceToSingleOperationPerIndex
(List<? extends TokenRewriteStream.RewriteOperation> rewrites) We need to combine operations and report invalid operations (like overlapping replaces that are not completed nested).