deep-c-rsc/jcgo_Out/Set2C1F3.h

43 lines
1.3 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
struct java_util_Set_methods_s
{
java_lang_Class jcgo_class;
JCGO_GCJDESCR_DEFN
JCGO_TYPEID_T jcgo_typeid;
JCGO_OBJSIZE_T jcgo_objsize;
CONST struct jcgo_reflect_s *jcgo_reflect;
JCGO_CLINIT_DEFN
java_util_Set (CFASTCALL *jcgo_thisRtn)( java_util_Set This );
jboolean (CFASTCALL *equals__Lo)( java_util_Set This, java_lang_Object
o );
jint (CFASTCALL *hashCode__)( java_util_Set This );
java_lang_String (CFASTCALL *toString__)( java_lang_Object This );
void (CFASTCALL *finalize__)( java_lang_Object This );
jboolean (CFASTCALL *isEmpty__)( java_util_Set This );
java_util_Iterator (CFASTCALL *iterator__)( java_util_Set This );
jint (CFASTCALL *size__)( java_util_Set This );
};
struct java_util_Set_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct jcgo_methods_s java_util_Set_methods;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_util_Set_class_s java_util_Set__class;
struct java_util_Set_s
{
CONST struct java_util_Set_methods_s *JCGO_IMMFLD_CONST jcgo_methods;
JCGO_MON_DEFN
};
JCGO_SEP_EXTERN CONST jcgo_arrtype30_GameShll jcgo_array2_Set2C1F3;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_Set2C1F3;
#endif