Token
Object which represents the output of a lexical analysis and input to parsing.
This class (and its subclasses) are the recommended output of a given Lexer of this library. Furthermore, this class and its subclasses are the only inputs accepted by a given Parser of this library.
This implementation does not hold any data, but subclasses may implement any desired contents.
Author
An Tran, AdrianTodt
See also
Parameters
T
The type of the token.
type
The type of the token.
section
The section of the token.
Constructors
Functions
Properties
Inheritors
StringToken
Link copied to clipboard