Uses of Class
org.antlr.runtime.TokenRewriteStream.RewriteOperation
Packages that use TokenRewriteStream.RewriteOperation
-
Uses of TokenRewriteStream.RewriteOperation in org.antlr.runtime
Fields in org.antlr.runtime with type parameters of type TokenRewriteStream.RewriteOperationModifier and TypeFieldDescriptionprotected Map<String, List<TokenRewriteStream.RewriteOperation>> TokenRewriteStream.programsYou 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) 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).