MethodImpl

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

arity
size_t arity()
Undocumented in source. Be warned that the author may not have intended to support it.
callImpl
Variant callImpl(TypeQualifier objQualifier, Object obj, Variant[] variantArgs)
Undocumented in source. Be warned that the author may not have intended to support it.
isFinal
bool isFinal()
Undocumented in source. Be warned that the author may not have intended to support it.
isOverride
bool isOverride()
Undocumented in source. Be warned that the author may not have intended to support it.
isSafe
bool isSafe()
Undocumented in source. Be warned that the author may not have intended to support it.
isStatic
bool isStatic()
Undocumented in source. Be warned that the author may not have intended to support it.
parameters
RuntimeTypeInfo[] parameters()
Undocumented in source. Be warned that the author may not have intended to support it.
reprImpl
string reprImpl()
Undocumented in source. Be warned that the author may not have intended to support it.
returnType
RuntimeTypeInfo returnType()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Method

TypeQualifier
enum TypeQualifier
Undocumented in source.
identifier
string identifier;
Undocumented in source.
type
RuntimeTypeInfo type;
Undocumented in source.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
call
R call(O obj, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
isVirtual
bool isVirtual()
Undocumented in source. Be warned that the author may not have intended to support it.
arity
size_t arity()
Undocumented in source.
isFinal
bool isFinal()
Undocumented in source.
isOverride
bool isOverride()
Undocumented in source.
isStatic
bool isStatic()
Undocumented in source.
isSafe
bool isSafe()
Undocumented in source.
returnType
RuntimeTypeInfo returnType()
Undocumented in source.
parameters
RuntimeTypeInfo[] parameters()
Undocumented in source.
reprImpl
string reprImpl()
Undocumented in source.
callImpl
Variant callImpl(TypeQualifier objQualifier, Object obj, Variant[] args)
Undocumented in source.

Meta