/* This file is machine generated, don't edit it !*/ #ifndef _JAVA_LANG_INTEGER_H #define _JAVA_LANG_INTEGER_H /* Structure information for class: java/lang/Integer */ typedef struct java_lang_Integer { java_objectheader header; s4 value; } java_lang_Integer; #endif