deep-c-rsc/jcgo_Out/Long.h

68 lines
1.9 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
#define java_lang_Long__MIN_VALUE JLONG_C(0x8000000000000000)
#define java_lang_Long__MAX_VALUE JLONG_C(0x7fffffffffffffff)
#define java_lang_Long__SIZE (jint)64
JCGO_NOSEP_INLINE java_lang_NumberFormatException CFASTCALL
java_lang_Long__numberFormatExceptionForInputString__Ls( java_lang_String
str );
JCGO_NOSEP_INLINE jlong CFASTCALL
java_lang_Long__parseLong__LsIZ( java_lang_String str, jint radix,
jboolean decode );
JCGO_NOSEP_STATIC java_lang_String CFASTCALL
java_lang_Long__toString__JI( jlong num, jint radix );
JCGO_NOSEP_FRWINL java_lang_String CFASTCALL
java_lang_Long__toString__J( jlong num );
JCGO_NOSEP_FRWINL jlong CFASTCALL
java_lang_Long__parseLong__LsI( java_lang_String str, jint radix );
struct java_lang_Long_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_Long (CFASTCALL *jcgo_thisRtn)( java_lang_Long This );
void (CFASTCALL *jcgo_dummy1)( void );
void (CFASTCALL *jcgo_dummy2)( void );
void (CFASTCALL *jcgo_dummy3)( void );
void (CFASTCALL *finalize__)( java_lang_Object This );
};
struct java_lang_Long_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct jcgo_methods_s java_lang_Long_methods;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_Long_class_s java_lang_Long__class;
struct java_lang_Long_s
{
CONST struct java_lang_Long_methods_s *JCGO_IMMFLD_CONST jcgo_methods;
JCGO_MON_DEFN
};
JCGO_SEP_EXTERN CONST jcgo_arrtype63_GmCnnctn jcgo_array4_Long;
JCGO_SEP_EXTERN CONST jcgo_arrtype42_GameShll jcgo_array5_Long;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_Long;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string2_Long;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string3_Long;
#endif