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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

intindex()
Return the current input symbol index 0..n where n indicates the last symbol has been read.
intLA(int i)