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