aboutsummaryrefslogtreecommitdiff
path: root/tests/nbody-java/java_io_Closeable.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nbody-java/java_io_Closeable.h')
-rw-r--r--tests/nbody-java/java_io_Closeable.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/nbody-java/java_io_Closeable.h b/tests/nbody-java/java_io_Closeable.h
new file mode 100644
index 00000000..b6886df4
--- /dev/null
+++ b/tests/nbody-java/java_io_Closeable.h
@@ -0,0 +1,28 @@
+#ifndef __JAVA_IO_CLOSEABLE__
+#define __JAVA_IO_CLOSEABLE__
+
+#include "xmlvm.h"
+
+// Preprocessor constants for interfaces:
+#define XMLVM_ITABLE_IDX_java_io_Closeable_close__ 0
+// Implemented interfaces:
+// Super Class:
+#include "java_lang_Object.h"
+
+// Circular references:
+
+XMLVM_DEFINE_CLASS(java_io_Closeable, 0, 0)
+
+extern JAVA_OBJECT __CLASS_java_io_Closeable;
+extern JAVA_OBJECT __CLASS_java_io_Closeable_1ARRAY;
+extern JAVA_OBJECT __CLASS_java_io_Closeable_2ARRAY;
+extern JAVA_OBJECT __CLASS_java_io_Closeable_3ARRAY;
+#ifndef XMLVM_FORWARD_DECL_java_io_Closeable
+#define XMLVM_FORWARD_DECL_java_io_Closeable
+typedef struct java_io_Closeable java_io_Closeable;
+#endif
+
+void __INIT_java_io_Closeable();
+void __INIT_IMPL_java_io_Closeable();
+
+#endif