Functions | |
| jobjectArray | reflection_get_class_interfaces (JNIEnv *, jclass) |
|
| |
| jobjectArray | reflection_get_class_fields (JNIEnv *, jclass) |
| jobjectArray | reflection_get_class_constructors (JNIEnv *, jclass) |
| jobjectArray | reflection_get_class_methods (JNIEnv *jenv, jclass clazz) |
| jobjectArray | reflection_get_parameter_types (JNIEnv *jenv, Method *method) |
| jobject | reflection_get_enum_value (JNIEnv *jenv, Class *enum_type, String *name) |
| bool | jobjectarray_to_jvaluearray (JNIEnv *jenv, jvalue **output, Method *method, jobjectArray input) |
| jclass | descriptor_to_jclass (Type_Info_Handle desc) |
| jobjectArray reflection_get_class_interfaces | ( | JNIEnv * | , | |
| jclass | ||||
| ) |
Varlamov
| jobjectArray reflection_get_class_fields | ( | JNIEnv * | , | |
| jclass | ||||
| ) |
| jobjectArray reflection_get_class_constructors | ( | JNIEnv * | , | |
| jclass | ||||
| ) |
| jobjectArray reflection_get_class_methods | ( | JNIEnv * | jenv, | |
| jclass | clazz | |||
| ) |
| jobjectArray reflection_get_parameter_types | ( | JNIEnv * | jenv, | |
| Method * | method | |||
| ) |
| bool jobjectarray_to_jvaluearray | ( | JNIEnv * | jenv, | |
| jvalue ** | output, | |||
| Method * | method, | |||
| jobjectArray | input | |||
| ) |
| jclass descriptor_to_jclass | ( | Type_Info_Handle | desc | ) |
Genereated on Tue Mar 11 19:25:57 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.