antlr.v4.runtime.Lexer

Undocumented in source.

Members

Aliases

TokenFactorySourcePair
alias TokenFactorySourcePair = Tuple!(TokenSource, "a", CharStream, "b")
Undocumented in source.

Classes

Lexer
class Lexer

A lexer is recognizer that draws input symbols from a character stream. lexer grammars result in a subclass of this object. A Lexer object uses simplified match() and error recovery mechanisms in the interest of speed.

Meta