InterfaceDecl

class InterfaceDecl : AggregateDecl {
BaseClassType[] bases;
}

Members

Variables

symbol
InterfaceSymbol symbol;

Semantic symbol.

Inherited Members

From AggregateDecl

nameId
Identifier* nameId()

Returns the Identifier of this declaration, or null if anonymous.

Meta