ClassInfoSymbol

A ClassInfo variable symbol.

Constructors

this
this(ClassSymbol clas, ClassSymbol classClassInfo)

Constructs a ClassInfoSymbol object.

Members

Variables

clas
ClassSymbol clas;

The class 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