rta invoke interface updates
[cacao.git] / nat / java_lang_VMThrowable.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_LANG_VMTHROWABLE_H
4 #define _JAVA_LANG_VMTHROWABLE_H
5
6 /* Structure information for class: java/lang/VMThrowable */
7
8 typedef struct java_lang_VMThrowable {
9    java_objectheader header;
10    struct gnu_classpath_RawData* vmData;
11 } java_lang_VMThrowable;
12
13
14 /*
15  * Class:     java/lang/VMThrowable
16  * Method:    fillInStackTrace
17  * Signature: (Ljava/lang/Throwable;)Ljava/lang/VMThrowable;
18  */
19 JNIEXPORT struct java_lang_VMThrowable* JNICALL Java_java_lang_VMThrowable_fillInStackTrace(JNIEnv *env, jclass clazz, struct java_lang_Throwable* par1);
20
21
22 /*
23  * Class:     java/lang/VMThrowable
24  * Method:    getStackTrace
25  * Signature: (Ljava/lang/Throwable;)[Ljava/lang/StackTraceElement;
26  */
27 JNIEXPORT java_objectarray* JNICALL Java_java_lang_VMThrowable_getStackTrace(JNIEnv *env, struct java_lang_VMThrowable* this, struct java_lang_Throwable* par1);
28
29 #endif
30