1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
---|---|
2 | #include <jni.h> |
3 | /* Header for class java_lang_reflect_Executable */ |
4 | |
5 | #ifndef _Included_java_lang_reflect_Executable |
6 | #define _Included_java_lang_reflect_Executable |
7 | #ifdef __cplusplus |
8 | extern "C"{ |
9 | #endif |
10 | /* |
11 | * Class: java_lang_reflect_Executable |
12 | * Method: getParameters0 |
13 | * Signature: ()[Ljava/lang/reflect/Parameter; |
14 | */ |
15 | JNIEXPORT jobjectArray JNICALL Java_java_lang_reflect_Executable_getParameters0 |
16 | (JNIEnv *, jobject); |
17 | |
18 | /* |
19 | * Class: java_lang_reflect_Executable |
20 | * Method: getTypeAnnotationBytes0 |
21 | * Signature: ()[B |
22 | */ |
23 | JNIEXPORT jbyteArray JNICALL Java_java_lang_reflect_Executable_getTypeAnnotationBytes0 |
24 | (JNIEnv *, jobject); |
25 | |
26 | #ifdef __cplusplus |
27 | } |
28 | #endif |
29 | #endif |
30 |