1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class jdk_internal_reflect_NativeMethodAccessorImpl */ |
4 | |
5 | #ifndef _Included_jdk_internal_reflect_NativeMethodAccessorImpl |
6 | #define _Included_jdk_internal_reflect_NativeMethodAccessorImpl |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: jdk_internal_reflect_NativeMethodAccessorImpl |
12 | * Method: invoke0 |
13 | * Signature: (Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; |
14 | */ |
15 | JNIEXPORT jobject JNICALL Java_jdk_internal_reflect_NativeMethodAccessorImpl_invoke0 |
16 | (JNIEnv *, jclass, jobject, jobject, jobjectArray); |
17 | |
18 | #ifdef __cplusplus |
19 | } |
20 | #endif |
21 | #endif |
22 | |