TypeInfoSymbol

A TypeInfo variable symbol.

Constructors

this
this(Type titype, Identifier* name, ClassSymbol classTypeInfo)

Constructs a TypeInfo object.

Members

Variables

titype
Type titype;

The type to provide info for.

Inherited Members

From VariableSymbol

prot
Protection prot;

The protection.

stcs
StorageClass stcs;

The storage classes.

linkage
LinkageType linkage;

The linkage type.

type
Type type;

The type of this variable.

value
Expression value;

The value of this variable.

Meta