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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

CommonToken(int type)
Constructs a new CommonToken with the specified token type.
CommonToken(Token oldToken)
Constructs a new CommonToken as a copy of another Token .
CommonToken(int type, String text)
Constructs a new CommonToken with the specified token type and text.
CommonToken(Pair source, int type, int channel, int start, int stop)

Method