Method

Undocumented in source.

Constructors

this
this(string identifier, RuntimeTypeInfo type)
Undocumented in source.

Members

Enums

TypeQualifier
enum TypeQualifier
Undocumented in source.

Functions

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

Variables

identifier
string identifier;
Undocumented in source.
type
RuntimeTypeInfo type;
Undocumented in source.

Meta