Generic
A generic Token implementation with no supplementary metadata and value-based equality.
Generic tokens are considered equal if their value properties are equal, regardless of their positional metadata. This class is used by most predefined Lexemes in BasicLexemes.
Inheritors
Types
Link copied to clipboard
A discardableisDiscardable.
Properties
Link copied to clipboard
Indicates whether this token should be discarded during lexing (when discard mode is enabled).
Link copied to clipboard
The character sequence matched from the input that this token represents.