lexeme property

String lexeme
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;