lexeme property Null safety
final
The lexeme that defines this type of token,
or null
if there is more than one possible lexeme for this type of token.
Implementation
final String lexeme;
The lexeme that defines this type of token,
or null
if there is more than one possible lexeme for this type of token.
final String lexeme;