| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
|---|---|
| 2 | #include <jni.h> |
| 3 | /* Header for class jdk_internal_reflect_Reflection */ |
| 4 | |
| 5 | #ifndef _Included_jdk_internal_reflect_Reflection |
| 6 | #define _Included_jdk_internal_reflect_Reflection |
| 7 | #ifdef __cplusplus |
| 8 | extern "C"{ |
| 9 | #endif |
| 10 | /* |
| 11 | * Class: jdk_internal_reflect_Reflection |
| 12 | * Method: getCallerClass |
| 13 | * Signature: ()Ljava/lang/Class; |
| 14 | */ |
| 15 | JNIEXPORT jclass JNICALL Java_jdk_internal_reflect_Reflection_getCallerClass |
| 16 | (JNIEnv *, jclass); |
| 17 | |
| 18 | /* |
| 19 | * Class: jdk_internal_reflect_Reflection |
| 20 | * Method: getClassAccessFlags |
| 21 | * Signature: (Ljava/lang/Class;)I |
| 22 | */ |
| 23 | JNIEXPORT jint JNICALL Java_jdk_internal_reflect_Reflection_getClassAccessFlags |
| 24 | (JNIEnv *, jclass, jclass); |
| 25 | |
| 26 | /* |
| 27 | * Class: jdk_internal_reflect_Reflection |
| 28 | * Method: areNestMates |
| 29 | * Signature: (Ljava/lang/Class;Ljava/lang/Class;)Z |
| 30 | */ |
| 31 | JNIEXPORT jboolean JNICALL Java_jdk_internal_reflect_Reflection_areNestMates |
| 32 | (JNIEnv *, jclass, jclass, jclass); |
| 33 | |
| 34 | #ifdef __cplusplus |
| 35 | } |
| 36 | #endif |
| 37 | #endif |
| 38 |