Java org.antlr.v4.runtime TokenStreamRewriter fields, constructors, methods, implement or subclass

Example usage for Java org.antlr.v4.runtime TokenStreamRewriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.antlr.v4.runtime TokenStreamRewriter.

The text is from its open source code.

Subclass

org.antlr.v4.runtime.TokenStreamRewriter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voiddelete(int index)
voiddelete(Token indexT)
StringgetText()
Return the text from the original tokens altered per the instructions given to this rewriter.
voidreplace(int from, int to, Object text)
voidreplace(Token from, Token to, Object text)