deep-c-rsc/jcgo_Out/ByteOrdr.h

64 lines
1.9 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
JCGO_NOSEP_STATIC java_nio_ByteOrder CFASTCALL
java_nio_ByteOrder__this__( java_nio_ByteOrder This );
JCGO_NOSEP_FRWINL java_nio_ByteOrder CFASTCALL
java_nio_ByteOrder__new__( void );
JCGO_NOSEP_INLINE java_lang_String CFASTCALL
java_nio_ByteOrder__toString__( java_nio_ByteOrder This );
struct java_nio_ByteOrder_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_nio_ByteOrder (CFASTCALL *jcgo_thisRtn)( java_nio_ByteOrder This
);
jboolean (CFASTCALL *equals__Lo)( java_lang_Object This, java_lang_Object
obj );
jint (CFASTCALL *hashCode__)( java_lang_Object This );
java_lang_String (CFASTCALL *toString__)( java_nio_ByteOrder This
);
void (CFASTCALL *finalize__)( java_lang_Object This );
};
struct java_nio_ByteOrder_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct java_nio_ByteOrder_methods_s java_nio_ByteOrder_methods;
JCGO_SEP_EXTERN struct java_nio_ByteOrder_class_s java_nio_ByteOrder__class;
JCGO_NOSEP_STATIC void CFASTCALL
java_nio_ByteOrder__class__0( void );
JCGO_SEP_GCEXTERN java_nio_ByteOrder java_nio_ByteOrder__BIG_ENDIAN0;
JCGO_SEP_GCEXTERN java_nio_ByteOrder java_nio_ByteOrder__LITTLE_ENDIAN0;
struct java_nio_ByteOrder_s
{
CONST struct java_nio_ByteOrder_methods_s *JCGO_IMMFLD_CONST jcgo_methods;
JCGO_MON_DEFN
};
JCGO_SEP_EXTERN CONST jcgo_arrtype82_GmCnnctn jcgo_array4_ByteOrdr;
JCGO_SEP_EXTERN CONST jcgo_arrtype32_GameShll jcgo_array5_ByteOrdr;
JCGO_SEP_EXTERN CONST jcgo_arrtype30_GameShll jcgo_array6_ByteOrdr;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_ByteOrdr;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string2_ByteOrdr;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string3_ByteOrdr;
#endif