Reversed vftbl movement because of performance considerations
[cacao.git] / nat / Throwable.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/lang/Throwable */
4
5 typedef struct java_lang_Throwable {
6    java_objectheader header;
7    struct java_lang_Object* backtrace;
8    struct java_lang_String* detailMessage;
9 } java_lang_Throwable;
10
11 /*
12  * Class:     java/lang/Throwable
13  * Method:    fillInStackTrace
14  * Signature: ()Ljava/lang/Throwable;
15  */
16 JNIEXPORT struct java_lang_Throwable* JNICALL Java_java_lang_Throwable_fillInStackTrace (JNIEnv *env ,  struct java_lang_Throwable* this );
17 /*
18  * Class:     java/lang/Throwable
19  * Method:    printStackTrace0
20  * Signature: (Ljava/lang/Object;)V
21  */
22 JNIEXPORT void JNICALL Java_java_lang_Throwable_printStackTrace0 (JNIEnv *env ,  struct java_lang_Throwable* this , struct java_lang_Object* par1);