StandardSyntaxParserTokenManager

Constructors

Link copied to clipboard
constructor(stream: CharStream)

Constructor.

constructor(stream: CharStream, lexState: Int)

Constructor.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Get the next Token.

Link copied to clipboard
fun ReInit(stream: CharStream)
fun ReInit(stream: CharStream, lexState: Int)

Reinitialise parser.

Link copied to clipboard
fun SwitchTo(lexState: Int)

Switch to specified lex state.