Token

Each token is stored as a Token with the type and the actual token

Constructors

this
this(Type tType, string tToken)
Undocumented in source.
this
this(string tToken)

Identifies token type itself

Members

Enums

Type
enum Type

Specifies type of token

Variables

token
string token;

token

type
Type type;

type of token

Meta