CACAO
|
Static Public Member Functions | |
static java_handle_t * | invoke (methodinfo *m, java_handle_t *o, java_handle_objectarray_t *params) |
Invoke a method on the given object with the given arguments. More... | |
static java_handle_t * | get_declaredannotations (java_handle_bytearray_t *annotations, classinfo *declaringClass, classinfo *referer) |
static java_handle_objectarray_t * | get_parameterannotations (java_handle_bytearray_t *parameterAnnotations, methodinfo *m, classinfo *referer) |
Definition at line 35 of file reflection.hpp.
|
static |
Definition at line 143 of file reflection.cpp.
|
static |
Definition at line 198 of file reflection.cpp.
|
static |
Invoke a method on the given object with the given arguments.
For instance methods OBJ must be != NULL and the method is looked up in the vftbl of the object.
For static methods, OBJ is ignored.
Definition at line 59 of file reflection.cpp.