WitchcraftClass.ClassMixin

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

getAttributes
const(Attribute)[] getAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
getConstructors
const(Constructor)[] getConstructors()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaringType
const(Type) getDeclaringType()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaringTypeInfo
const(TypeInfo) getDeclaringTypeInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
getFullName
string getFullName()
Undocumented in source. Be warned that the author may not have intended to support it.
getInterfaces
const(InterfaceType)[] getInterfaces()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getProtection
string getProtection()
Undocumented in source. Be warned that the author may not have intended to support it.
getSuperClass
const(Class) getSuperClass()
Undocumented in source. Be warned that the author may not have intended to support it.
getSuperTypeInfo
const(TypeInfo) getSuperTypeInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
getTypeInfo
const(TypeInfo) getTypeInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
isSubClassOf
bool isSubClassOf(Class other)
Undocumented in source. Be warned that the author may not have intended to support it.
isSuperClassOf
bool isSuperClassOf(Class other)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

create
Object create [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isAbstract
bool isAbstract [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isAccessible
bool isAccessible [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isFinal
bool isFinal [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta