ClassDeclaration

Undocumented in source.

Constructors

this
this(Entity parent, string name)
Undocumented in source.

Members

Properties

dup
ClassDeclaration dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
kind
DeclarationKind kind [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
kindCaption
string kindCaption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

baseClass
CachedType baseClass;
Undocumented in source.
derivedInterfaces
CachedType[] derivedInterfaces;
Undocumented in source.

Inherited Members

From CompositeTypeDeclaration

members
Declaration[] members;
Undocumented in source.
kindCaption
string kindCaption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
kind
DeclarationKind kind [@property getter]
Undocumented in source.
iterateChildren
void iterateChildren(bool delegate(Entity) del)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta