deep-c-rsc/jcgo_Out/FlDscrpt.h

57 lines
1.8 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
JCGO_NOSEP_STATIC java_io_FileDescriptor CFASTCALL
java_io_FileDescriptor__this__L1c0sc( java_io_FileDescriptor This,
java_lang_Object channel );
JCGO_NOSEP_FRWINL java_io_FileDescriptor CFASTCALL
java_io_FileDescriptor__new__L1c0sc( java_lang_Object channel );
JCGO_NOSEP_STATIC java_io_FileDescriptor CFASTCALL
java_io_FileDescriptor__this__( java_io_FileDescriptor This );
struct java_io_FileDescriptor_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_io_FileDescriptor (CFASTCALL *jcgo_thisRtn)( java_io_FileDescriptor
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_lang_Object This );
void (CFASTCALL *finalize__)( java_lang_Object This );
};
struct java_io_FileDescriptor_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct java_io_FileDescriptor_methods_s java_io_FileDescriptor_methods;
JCGO_SEP_EXTERN struct java_io_FileDescriptor_class_s java_io_FileDescriptor__class;
JCGO_NOSEP_STATIC void CFASTCALL
java_io_FileDescriptor__class__0( void );
JCGO_SEP_GCEXTERN java_io_FileDescriptor java_io_FileDescriptor__out;
JCGO_SEP_GCEXTERN java_io_FileDescriptor java_io_FileDescriptor__err;
struct java_io_FileDescriptor_s
{
CONST struct java_io_FileDescriptor_methods_s *JCGO_IMMFLD_CONST jcgo_methods;
JCGO_MON_DEFN
java_lang_Object channel;
};
JCGO_SEP_EXTERN CONST jcgo_arrtype44_GameShll jcgo_array2_FlDscrpt;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_FlDscrpt;
#endif