deep-c-rsc/jcgo_Out/VMSystem.h

79 lines
2.4 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
JCGO_NOSEP_STATIC void CFASTCALL
java_lang_VMSystem__arraycopy__LoILoII( java_lang_Object src, java_lang_Object
dest, jint srcStart, jint destStart, jint len );
JCGO_NOSEP_STATIC jint CFASTCALL
java_lang_VMSystem__identityHashCode__Lo( java_lang_Object obj );
JCGO_NOSEP_INLINE jlong CFASTCALL
java_lang_VMSystem__currentTimeMillis__( void );
JCGO_NOSEP_INLINE java_io_PrintStream CFASTCALL
java_lang_VMSystem__makeStandardOutputStream__( void );
JCGO_NOSEP_INLINE java_io_PrintStream CFASTCALL
java_lang_VMSystem__makeStandardErrorStream__( void );
JCGO_NOSEP_STATIC java_lang_String CFASTCALL
java_lang_VMSystem__concat0X__LsLs( java_lang_String str, java_lang_String
str2 );
JCGO_NOSEP_STATIC java_lang_String CFASTCALL
java_lang_VMSystem__toUpperCaseLatin__Ls( java_lang_String str );
JCGO_NOSEP_STATIC java_io_PrintStream CFASTCALL
java_lang_VMSystem__makePrintStream__L0rv4g( java_io_OutputStream
out );
#define JCGO_NATCLASS_java_lang_VMSystem
struct java_lang_VMSystem_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_lang_VMSystem (CFASTCALL *jcgo_thisRtn)( java_lang_VMSystem 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_lang_VMSystem_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct jcgo_methods_s java_lang_VMSystem_methods;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_VMSystem_class_s
java_lang_VMSystem__class;
struct java_lang_VMSystem_s
{
CONST struct java_lang_VMSystem_methods_s *JCGO_IMMFLD_CONST jcgo_methods;
JCGO_MON_DEFN
};
JCGO_SEP_EXTERN CONST jcgo_arrtype82_GmCnnctn jcgo_array4_VMSystem;
JCGO_SEP_EXTERN CONST jcgo_arrtype32_GameShll jcgo_array5_VMSystem;
JCGO_SEP_EXTERN CONST jcgo_arrtype98_GmCnnctn jcgo_array6_VMSystem;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_VMSystem;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string2_VMSystem;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string3_VMSystem;
#endif