1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class MixedJava */
4 
5 #ifndef _Included_MixedJava
6 #define _Included_MixedJava
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     MixedJava
12  * Method:    set_field_f1
13  * Signature: (I)V
14  */
15 JNIEXPORT void JNICALL Java_MixedJava_set_1field_1f1
16   (JNIEnv *, jobject, jint);
17 
18 /*
19  * Class:     MixedJava
20  * Method:    get_field_f1
21  * Signature: ()I
22  */
23 JNIEXPORT jint JNICALL Java_MixedJava_get_1field_1f1
24   (JNIEnv *, jobject);
25 
26 /*
27  * Class:     MixedJava
28  * Method:    get_field_f2
29  * Signature: ()I
30  */
31 JNIEXPORT jint JNICALL Java_MixedJava_get_1field_1f2
32   (JNIEnv *, jobject);
33 
34 /*
35  * Class:     MixedJava
36  * Method:    get_static_field
37  * Signature: ()I
38  */
39 JNIEXPORT jint JNICALL Java_MixedJava_get_1static_1field
40   (JNIEnv *, jclass);
41 
42 /*
43  * Class:     MixedJava
44  * Method:    set_static_field
45  * Signature: (I)V
46  */
47 JNIEXPORT void JNICALL Java_MixedJava_set_1static_1field
48   (JNIEnv *, jclass, jint);
49 
50 /*
51  * Class:     MixedJava
52  * Method:    get_static_field_access_subclass
53  * Signature: ()I
54  */
55 JNIEXPORT jint JNICALL Java_MixedJava_get_1static_1field_1access_1subclass
56   (JNIEnv *, jclass);
57 
58 #ifdef __cplusplus
59 }
60 #endif
61 #endif
62