![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/share/emscripten/tests/nbody-java/ |
Upload File : |
#ifndef __JAVA_IO_INTERRUPTEDIOEXCEPTION__ #define __JAVA_IO_INTERRUPTEDIOEXCEPTION__ #include "xmlvm.h" // Preprocessor constants for interfaces: #define XMLVM_ITABLE_SIZE_java_io_InterruptedIOException 0 // Implemented interfaces: // Super Class: #include "java_io_IOException.h" // Circular references: #ifndef XMLVM_FORWARD_DECL_java_lang_String #define XMLVM_FORWARD_DECL_java_lang_String XMLVM_FORWARD_DECL(java_lang_String) #endif // Class declarations for java.io.InterruptedIOException XMLVM_DEFINE_CLASS(java_io_InterruptedIOException, 8, XMLVM_ITABLE_SIZE_java_io_InterruptedIOException) extern JAVA_OBJECT __CLASS_java_io_InterruptedIOException; extern JAVA_OBJECT __CLASS_java_io_InterruptedIOException_1ARRAY; extern JAVA_OBJECT __CLASS_java_io_InterruptedIOException_2ARRAY; extern JAVA_OBJECT __CLASS_java_io_InterruptedIOException_3ARRAY; //XMLVM_BEGIN_DECLARATIONS #define __ADDITIONAL_INSTANCE_FIELDS_java_io_InterruptedIOException //XMLVM_END_DECLARATIONS #define __INSTANCE_FIELDS_java_io_InterruptedIOException \ __INSTANCE_FIELDS_java_io_IOException; \ struct { \ JAVA_INT bytesTransferred_; \ __ADDITIONAL_INSTANCE_FIELDS_java_io_InterruptedIOException \ } java_io_InterruptedIOException struct java_io_InterruptedIOException { __TIB_DEFINITION_java_io_InterruptedIOException* tib; struct { __INSTANCE_FIELDS_java_io_InterruptedIOException; } fields; }; #ifndef XMLVM_FORWARD_DECL_java_io_InterruptedIOException #define XMLVM_FORWARD_DECL_java_io_InterruptedIOException typedef struct java_io_InterruptedIOException java_io_InterruptedIOException; #endif #define XMLVM_VTABLE_SIZE_java_io_InterruptedIOException 8 void __INIT_java_io_InterruptedIOException(); void __INIT_IMPL_java_io_InterruptedIOException(); void __DELETE_java_io_InterruptedIOException(void* me, void* client_data); void __INIT_INSTANCE_MEMBERS_java_io_InterruptedIOException(JAVA_OBJECT me, int derivedClassWillRegisterFinalizer); JAVA_OBJECT __NEW_java_io_InterruptedIOException(); JAVA_OBJECT __NEW_INSTANCE_java_io_InterruptedIOException(); JAVA_LONG java_io_InterruptedIOException_GET_serialVersionUID(); void java_io_InterruptedIOException_PUT_serialVersionUID(JAVA_LONG v); void java_io_InterruptedIOException___INIT___(JAVA_OBJECT me); void java_io_InterruptedIOException___INIT____java_lang_String(JAVA_OBJECT me, JAVA_OBJECT n1); #endif