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:    alloc_object
13  * Signature: ()LMixedJava;
14  */
15 JNIEXPORT jobject JNICALL Java_MixedJava_alloc_1object
16   (JNIEnv *, jclass);
17 
18 /*
19  * Class:     MixedJava
20  * Method:    new_object
21  * Signature: ()LMixedJava;
22  */
23 JNIEXPORT jobject JNICALL Java_MixedJava_new_1object
24   (JNIEnv *, jclass);
25 
26 /*
27  * Class:     MixedJava
28  * Method:    new_subclass_object
29  * Signature: ()LSubMixedJava;
30  */
31 JNIEXPORT jobject JNICALL Java_MixedJava_new_1subclass_1object
32   (JNIEnv *, jclass);
33 
34 /*
35  * Class:     MixedJava
36  * Method:    isinstanceof
37  * Signature: (LMixedJava;Ljava/lang/String;)I
38  */
39 JNIEXPORT jint JNICALL Java_MixedJava_isinstanceof
40   (JNIEnv *, jclass, jobject, jstring);
41 
42 /*
43  * Class:     MixedJava
44  * Method:    issameobject
45  * Signature: (LMixedJava;LMixedJava;)I
46  */
47 JNIEXPORT jint JNICALL Java_MixedJava_issameobject
48   (JNIEnv *, jclass, jobject, jobject);
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 #endif
54