| #ifndef __JAVA_IO_FLUSHABLE__ |
| #define __JAVA_IO_FLUSHABLE__ |
| |
| #include "xmlvm.h" |
| |
| // Preprocessor constants for interfaces: |
| #define XMLVM_ITABLE_IDX_java_io_Flushable_flush__ 1 |
| // Implemented interfaces: |
| // Super Class: |
| #include "java_lang_Object.h" |
| |
| // Circular references: |
| |
| XMLVM_DEFINE_CLASS(java_io_Flushable, 0, 0) |
| |
| extern JAVA_OBJECT __CLASS_java_io_Flushable; |
| extern JAVA_OBJECT __CLASS_java_io_Flushable_1ARRAY; |
| extern JAVA_OBJECT __CLASS_java_io_Flushable_2ARRAY; |
| extern JAVA_OBJECT __CLASS_java_io_Flushable_3ARRAY; |
| #ifndef XMLVM_FORWARD_DECL_java_io_Flushable |
| #define XMLVM_FORWARD_DECL_java_io_Flushable |
| typedef struct java_io_Flushable java_io_Flushable; |
| #endif |
| |
| void __INIT_java_io_Flushable(); |
| void __INIT_IMPL_java_io_Flushable(); |
| |
| #endif |