Token constructor

Token(
  1. TokenType type,
  2. String lexeme,
  3. StreamPos pos
)

Implementation

Token(this.type, this.lexeme, this.pos);