deep-c-rsc/jcgo_Out/Random.h

59 lines
1.7 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
JCGO_NOSEP_INLINE java_util_Random CFASTCALL
java_util_Random__this__J( java_util_Random This, jlong seed );
JCGO_NOSEP_FRWINL void CFASTCALL
java_util_Random__setSeed__J( java_util_Random This, jlong seed );
JCGO_NOSEP_INLINE java_util_Random CFASTCALL
java_util_Random__this__( java_util_Random This );
JCGO_NOSEP_FRWINL java_util_Random CFASTCALL
java_util_Random__new__( void );
JCGO_NOSEP_STATIC jint CFASTCALL
java_util_Random__next__I( java_util_Random This, jint bits );
JCGO_NOSEP_FRWINL jdouble CFASTCALL
java_util_Random__nextDouble__( java_util_Random This );
struct java_util_Random_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_Random (CFASTCALL *jcgo_thisRtn)( java_util_Random 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_util_Random_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct java_util_Random_methods_s java_util_Random_methods;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_util_Random_class_s java_util_Random__class;
struct java_util_Random_s
{
CONST struct java_util_Random_methods_s *JCGO_IMMFLD_CONST jcgo_methods;
JCGO_MON_DEFN
jlong seed;
};
JCGO_SEP_EXTERN CONST jcgo_arrtype22_Object jcgo_array2_Random;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_Random;
#endif