a few finalizer testcases, old thread implementation uses now VMThread, no mor contex...
[cacao.git] / nat / java_lang_Class.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_LANG_CLASS_H
4 #define _JAVA_LANG_CLASS_H
5
6 /* Structure information for class: java/lang/Class */
7
8 typedef struct java_lang_Class {
9    java_objectheader header;
10    java_objectarray* signers;
11    struct java_security_ProtectionDomain* pd;
12    struct java_lang_Object* vmdata;
13    struct java_lang_reflect_Constructor* constructor;
14 } java_lang_Class;
15
16 #endif
17