ObjcClassDeclaration

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

Constructors

this
this(ClassDeclaration classDeclaration)
Undocumented in source.

Members

Functions

isRootClass
bool isRootClass()
Undocumented in source. Be warned that the author may not have intended to support it.

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
Dsymbols* methodList;

List of non-inherited methods.

Meta