Lexer constructor

Lexer(
  1. CharStream input
)

Implementation

Lexer(CharStream input) : _input = input {
  _tokenFactorySourcePair = Pair(this, input);
}