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

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

Introduction

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

The text is from its open source code.

Implementation

org.antlr.v4.runtime.TokenSource has the following implementations.
Click this link to see all its implementation.

Method

CharStreamgetInputStream()
Get the CharStream from which this token source is currently providing tokens.
StringgetSourceName()
Gets the name of the underlying input source.
TokennextToken()
Return a Token object from your input stream (usually a CharStream ).