Token.__anonymous

Data associated with this token.

Members

Variables

dchar_
dchar dchar_;

Value of a character literal.

hlval
HashLineValue* hlval;

Value of a #line token.

ident
Identifier* ident;

For keywords and identifiers.

int_
int int_;

Value of an Int32 token.

intval
IntegerValue* intval;

Value of a number literal.

intval
IntegerValue intval;

Value of a number literal.

mpfloat
Float mpfloat;

A multiple precision float value.

nlval
NewlineValue* nlval;

Data associated with this token./// Value of a newline token.

pvoid
void* pvoid;

Associate arbitrary data with this token.

sizet_
size_t sizet_;

An integer that fits into the address space.

strval
StringValue* strval;

The value of a string token.

uint_
uint uint_;

Value of a UInt32 token.

Meta