GenericTokenType
A generic class for token types. tokenType returns tokens of this type. Big lexers should be using an enum which implements TokenType instead of tokenType and GenericTokenType.
A generic class for token types. tokenType returns tokens of this type. Big lexers should be using an enum which implements TokenType instead of tokenType and GenericTokenType.