antlr.v4.runtime.Token

Undocumented in source.

Members

Interfaces

Token
interface Token

A token has properties: text, type, line, character position in the line (so we can ignore tabs), token channel, index, and source from which we obtained this token.

Meta