deep-c-rsc/jcgo_Out/StInOtOf.h

67 lines
2.3 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
JCGO_NOSEP_STATIC java_lang_StringIndexOutOfBoundsException CFASTCALL
java_lang_StringIndexOutOfBoundsException__this__( java_lang_StringIndexOutOfBoundsException
This );
JCGO_NOSEP_FRWINL java_lang_StringIndexOutOfBoundsException CFASTCALL
java_lang_StringIndexOutOfBoundsException__new__( void );
JCGO_NOSEP_INLINE java_lang_StringIndexOutOfBoundsException CFASTCALL
java_lang_StringIndexOutOfBoundsException__this__I( java_lang_StringIndexOutOfBoundsException
This, jint index );
JCGO_NOSEP_FRWINL java_lang_StringIndexOutOfBoundsException CFASTCALL
java_lang_StringIndexOutOfBoundsException__new__I( jint index );
struct java_lang_StringIndexOutOfBoundsException_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_StringIndexOutOfBoundsException (CFASTCALL *jcgo_thisRtn)(
java_lang_StringIndexOutOfBoundsException 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_Throwable This
);
void (CFASTCALL *finalize__)( java_lang_Object This );
java_lang_String (CFASTCALL *getMessage__)( java_lang_Throwable This
);
java_lang_Throwable (CFASTCALL *getCause__)( java_lang_Throwable This
);
};
struct java_lang_StringIndexOutOfBoundsException_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct java_lang_StringIndexOutOfBoundsException_methods_s
java_lang_StringIndexOutOfBoundsException_methods;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_StringIndexOutOfBoundsException_class_s
java_lang_StringIndexOutOfBoundsException__class;
struct java_lang_StringIndexOutOfBoundsException_s
{
CONST struct java_lang_StringIndexOutOfBoundsException_methods_s *JCGO_IMMFLD_CONST
jcgo_methods;
JCGO_MON_DEFN
java_lang_String detailMessage;
java_lang_Throwable cause;
jObjectArr stackTrace;
java_lang_VMThrowable vmState;
};
JCGO_SEP_EXTERN CONST jcgo_arrtype468_VMSstmPr jcgo_array3_StInOtOf;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_StInOtOf;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string2_StInOtOf;
#endif