QueryParserTokenManager

Constructors

Link copied to clipboard
constructor(stream: CharStream)

Constructor.

constructor(stream: CharStream, lexState: Int)

Constructor.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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

Reinitialise parser.

Link copied to clipboard
fun SkipLexicalActions(matchedToken: Token)
Link copied to clipboard
fun SwitchTo(lexState: Int)

Switch to specified lex state.

Link copied to clipboard
fun TokenLexicalActions(matchedToken: Token)