Lexer._text

You can set the text for the current token to override what is in the input char buffer. Use setText() or can set this instance var.

class Lexer
Variant _text;

Meta