CACAO
Functions | Variables
java_lang_reflect_VMMethod.cpp File Reference

Go to the source code of this file.

Functions

JNIEXPORT jint JNICALL Java_java_lang_reflect_VMMethod_getModifiersInternal (JNIEnv *env, jobject _this)
 
JNIEXPORT jclass JNICALL Java_java_lang_reflect_VMMethod_getReturnType (JNIEnv *env, jobject _this)
 
JNIEXPORT jobjectArray JNICALL Java_java_lang_reflect_VMMethod_getParameterTypes (JNIEnv *env, jobject _this)
 
JNIEXPORT jobjectArray JNICALL Java_java_lang_reflect_VMMethod_getExceptionTypes (JNIEnv *env, jobject _this)
 
JNIEXPORT jobject JNICALL Java_java_lang_reflect_VMMethod_invoke (JNIEnv *env, jobject _this, jobject o, jobjectArray args)
 
JNIEXPORT jstring JNICALL Java_java_lang_reflect_VMMethod_getSignature (JNIEnv *env, jobject _this)
 
JNIEXPORT jobject JNICALL Java_java_lang_reflect_VMMethod_getDefaultValue (JNIEnv *env, jobject _this)
 
JNIEXPORT jobject JNICALL Java_java_lang_reflect_VMMethod_declaredAnnotations (JNIEnv *env, jobject _this)
 
JNIEXPORT jobjectArray JNICALL Java_java_lang_reflect_VMMethod_getParameterAnnotations (JNIEnv *env, jobject _this)
 
void _Jv_java_lang_reflect_VMMethod_init (void)
 

Variables

static JNINativeMethod methods []
 

Function Documentation

void _Jv_java_lang_reflect_VMMethod_init ( void  )

Definition at line 288 of file java_lang_reflect_VMMethod.cpp.

JNIEXPORT jobject JNICALL Java_java_lang_reflect_VMMethod_declaredAnnotations ( JNIEnv env,
jobject  _this 
)

Definition at line 225 of file java_lang_reflect_VMMethod.cpp.

JNIEXPORT jobject JNICALL Java_java_lang_reflect_VMMethod_getDefaultValue ( JNIEnv env,
jobject  _this 
)

Definition at line 161 of file java_lang_reflect_VMMethod.cpp.

JNIEXPORT jobjectArray JNICALL Java_java_lang_reflect_VMMethod_getExceptionTypes ( JNIEnv env,
jobject  _this 
)

Definition at line 107 of file java_lang_reflect_VMMethod.cpp.

JNIEXPORT jint JNICALL Java_java_lang_reflect_VMMethod_getModifiersInternal ( JNIEnv env,
jobject  _this 
)

Definition at line 65 of file java_lang_reflect_VMMethod.cpp.

JNIEXPORT jobjectArray JNICALL Java_java_lang_reflect_VMMethod_getParameterAnnotations ( JNIEnv env,
jobject  _this 
)

Definition at line 250 of file java_lang_reflect_VMMethod.cpp.

JNIEXPORT jobjectArray JNICALL Java_java_lang_reflect_VMMethod_getParameterTypes ( JNIEnv env,
jobject  _this 
)

Definition at line 93 of file java_lang_reflect_VMMethod.cpp.

JNIEXPORT jclass JNICALL Java_java_lang_reflect_VMMethod_getReturnType ( JNIEnv env,
jobject  _this 
)

Definition at line 78 of file java_lang_reflect_VMMethod.cpp.

JNIEXPORT jstring JNICALL Java_java_lang_reflect_VMMethod_getSignature ( JNIEnv env,
jobject  _this 
)

Definition at line 137 of file java_lang_reflect_VMMethod.cpp.

JNIEXPORT jobject JNICALL Java_java_lang_reflect_VMMethod_invoke ( JNIEnv env,
jobject  _this,
jobject  o,
jobjectArray  args 
)

Definition at line 121 of file java_lang_reflect_VMMethod.cpp.

Variable Documentation

JNINativeMethod methods[]
static
Initial value:
= {
{ (char*) "getModifiersInternal", (char*) "()I", (void*) (uintptr_t) &Java_java_lang_reflect_VMMethod_getModifiersInternal },
{ (char*) "getReturnType", (char*) "()Ljava/lang/Class;", (void*) (uintptr_t) &Java_java_lang_reflect_VMMethod_getReturnType },
{ (char*) "getParameterTypes", (char*) "()[Ljava/lang/Class;", (void*) (uintptr_t) &Java_java_lang_reflect_VMMethod_getParameterTypes },
{ (char*) "getExceptionTypes", (char*) "()[Ljava/lang/Class;", (void*) (uintptr_t) &Java_java_lang_reflect_VMMethod_getExceptionTypes },
{ (char*) "invoke", (char*) "(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;", (void*) (uintptr_t) &Java_java_lang_reflect_VMMethod_invoke },
{ (char*) "getSignature", (char*) "()Ljava/lang/String;", (void*) (uintptr_t) &Java_java_lang_reflect_VMMethod_getSignature },
{ (char*) "getDefaultValue", (char*) "()Ljava/lang/Object;", (void*) (uintptr_t) &Java_java_lang_reflect_VMMethod_getDefaultValue },
{ (char*) "declaredAnnotations", (char*) "()Ljava/util/Map;", (void*) (uintptr_t) &Java_java_lang_reflect_VMMethod_declaredAnnotations },
{ (char*) "getParameterAnnotations", (char*) "()[[Ljava/lang/annotation/Annotation;", (void*) (uintptr_t) &Java_java_lang_reflect_VMMethod_getParameterAnnotations },
}
JNIEXPORT jobject JNICALL Java_java_lang_reflect_VMMethod_invoke(JNIEnv *env, jobject _this, jobject o, jobjectArray args)
JNIEXPORT jstring JNICALL Java_java_lang_reflect_VMMethod_getSignature(JNIEnv *env, jobject _this)
JNIEXPORT jobjectArray JNICALL Java_java_lang_reflect_VMMethod_getParameterAnnotations(JNIEnv *env, jobject _this)
JNIEXPORT jint JNICALL Java_java_lang_reflect_VMMethod_getModifiersInternal(JNIEnv *env, jobject _this)
JNIEXPORT jobject JNICALL Java_java_lang_reflect_VMMethod_getDefaultValue(JNIEnv *env, jobject _this)
JNIEXPORT jobjectArray JNICALL Java_java_lang_reflect_VMMethod_getParameterTypes(JNIEnv *env, jobject _this)
JNIEXPORT jclass JNICALL Java_java_lang_reflect_VMMethod_getReturnType(JNIEnv *env, jobject _this)
JNIEXPORT jobject JNICALL Java_java_lang_reflect_VMMethod_declaredAnnotations(JNIEnv *env, jobject _this)
JNIEXPORT jobjectArray JNICALL Java_java_lang_reflect_VMMethod_getExceptionTypes(JNIEnv *env, jobject _this)

Definition at line 267 of file java_lang_reflect_VMMethod.cpp.