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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

Method

String[]getModeNames()
TokennextToken()
Return a token from this source; i.e., match a token on the char stream.
voidsetInputStream(IntStream input)
Set the char stream and reset the lexer