ObjcClassDeclaration

Contains all data for a class declaration that is needed for the Objective-C integration.

Members

Variables

classDeclaration
ClassDeclaration classDeclaration;

The class declaration this belongs to.

identifier
Identifier identifier;

Name of this class.

isExtern
bool isExtern;

true if this class is externally defined.

isMeta
bool isMeta;

true if this class is a metaclass.

metaclass
ClassDeclaration metaclass;

The metaclass of this class.

methodList
FuncDeclaration[] methodList;

List of non-inherited methods.

Suggestion Box / Bug Report