ArgToken

Contains information about a token.

Members

Variables

type
ArgTokenType type;

The type of data this token represents.

value
string value;

The value making up the token.

Meta