InterfaceSymbol

An interface symbol.

class InterfaceSymbol : ClassSymbol {}

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