All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Java.target.apidocs.org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation.html Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version






TokenStreamRewriter.RewriteOperation (ANTLR 4 Runtime (Optimized) 4.7.3 API)











org.antlr.v4.runtime

Class TokenStreamRewriter.RewriteOperation

    • Field Detail

      • instructionIndex

        protected int instructionIndex
        What index into rewrites List are we?
      • index

        protected int index
        Token buffer index.
    • Constructor Detail

      • TokenStreamRewriter.RewriteOperation

        protected TokenStreamRewriter.RewriteOperation(TokenStream tokens,
                                            int index)
      • TokenStreamRewriter.RewriteOperation

        protected TokenStreamRewriter.RewriteOperation(TokenStream tokens,
                                            int index,
                                            Object text)
    • Method Detail

      • execute

        public int execute(StringBuilder buf)
        Execute the rewrite operation by possibly adding to the buffer. Return the index of the next token to operate on.

Copyright © 1992–2019 Tunnel Vision Laboratories, LLC. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy