WitchcraftMethod.MethodMixin

Undocumented in source.

Members

Functions

getAttributes
const(Attribute)[] getAttributes()
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.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getParameterTypeInfos
const(TypeInfo)[] getParameterTypeInfos()
Undocumented in source. Be warned that the author may not have intended to support it.
getParameterTypes
const(Type)[] getParameterTypes()
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.
getReturnType
const(Type) getReturnType()
Undocumented in source. Be warned that the author may not have intended to support it.
invoke
Variant invoke(Variant instance, Variant[] arguments)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

getReturnTypeInfo
const(TypeInfo) getReturnTypeInfo [@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.
isOverride
bool isOverride [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isStatic
bool isStatic [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isVarArgs
bool isVarArgs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta