mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
47 lines
1.3 KiB
C
47 lines
1.3 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
|
|
|
|
#ifdef JCGO_116
|
|
|
|
JCGO_NOSEP_INLINE java_lang_Object CFASTCALL
|
|
java_net_URL_1__run__( java_net_URL_1 This );
|
|
|
|
JCGO_NOSEP_STATIC java_net_URL_1 CFASTCALL
|
|
java_net_URL_1__this__( java_net_URL_1 This );
|
|
JCGO_NOSEP_INLINE java_net_URL_1 CFASTCALL
|
|
java_net_URL_1__new__( void );
|
|
|
|
struct java_net_URL_1_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_net_URL_1 (CFASTCALL *jcgo_thisRtn)( java_net_URL_1 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 );
|
|
java_lang_Object (CFASTCALL *run__)( java_net_URL_1 This );
|
|
};
|
|
|
|
struct java_net_URL_1_class_s
|
|
{
|
|
struct java_lang_Class_s jcgo_class;
|
|
};
|
|
|
|
JCGO_SEP_EXTERN CONST struct java_net_URL_1_methods_s java_net_URL_1_methods;
|
|
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_net_URL_1_class_s java_net_URL_1__class;
|
|
|
|
struct java_net_URL_1_s
|
|
{
|
|
CONST struct java_net_URL_1_methods_s *JCGO_IMMFLD_CONST jcgo_methods;
|
|
JCGO_MON_DEFN
|
|
};
|
|
|
|
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_Url1;
|
|
|
|
#endif
|