SpecialClassSymbol

Special classes, e.g.: Object, ClassInfo, ModuleInfo etc.

class SpecialClassSymbol : ClassSymbol {}

Members

Functions

toMangle
cstring toMangle()

Handle mangling differently for special classes.

Inherited Members

From ClassSymbol

base
ClassSymbol base;

The inherited base class.

ifaces
InterfaceSymbol[] ifaces;

The inherited interfaces.

vartinfo
TypeInfoSymbol vartinfo;

The TypeInfo of this class.

Meta