minor documentation corrections
[cacao.git] / nat / java_lang_Object.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_LANG_OBJECT_H
4 #define _JAVA_LANG_OBJECT_H
5
6 /* Structure information for class: java/lang/Object */
7
8 typedef struct java_lang_Object {
9    java_objectheader header;
10 } java_lang_Object;
11
12
13 /*
14  * Class:     java/lang/Object
15  * Method:    getClass
16  * Signature: ()Ljava/lang/Class;
17  */
18 JNIEXPORT struct java_lang_Class* JNICALL Java_java_lang_Object_getClass(JNIEnv *env, struct java_lang_Object* this);
19
20 #endif
21