/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */ #ifdef JCGO_116 JCGO_NOSEP_INLINE java_lang_String CFASTCALL java_io_File__normalizePath__Ls( java_lang_String p ); JCGO_NOSEP_INLINE jObjectArr CFASTCALL java_io_File__list__L0swsq( java_io_File This, java_lang_Object filter ); JCGO_NOSEP_STATIC jboolean CFASTCALL java_io_File__equals__Lo( java_io_File This, java_lang_Object obj ); JCGO_NOSEP_STATIC java_io_File CFASTCALL java_io_File__this__Ls( java_io_File This, java_lang_String name ); JCGO_NOSEP_INLINE java_io_File CFASTCALL java_io_File__new__Ls( java_lang_String name ); JCGO_NOSEP_FRWINL java_lang_String CFASTCALL java_io_File__getPath__( java_io_File This ); JCGO_NOSEP_STATIC jint CFASTCALL java_io_File__hashCode__( java_io_File This ); JCGO_NOSEP_STATIC jboolean CFASTCALL java_io_File__isDirectory__( java_io_File This ); JCGO_NOSEP_INLINE jObjectArr CFASTCALL java_io_File__list__( java_io_File This ); JCGO_NOSEP_INLINE java_lang_String CFASTCALL java_io_File__toString__( java_io_File This ); JCGO_NOSEP_STATIC void CFASTCALL java_io_File__checkRead__( java_io_File This ); struct java_io_File_methods_s { java_lang_Class jcgo_class; JCGO_GCJDESCR_DEFN JCGO_TYPEID_T jcgo_typeid; JCGO_OBJSIZE_T jcgo_objsize; CONST struct jcgo_reflect_s *jcgo_reflect; JCGO_CLINIT_DEFN java_io_File (CFASTCALL *jcgo_thisRtn)( java_io_File This ); jboolean (CFASTCALL *equals__Lo)( java_io_File This, java_lang_Object obj ); jint (CFASTCALL *hashCode__)( java_io_File This ); java_lang_String (CFASTCALL *toString__)( java_io_File This ); void (CFASTCALL *finalize__)( java_lang_Object This ); }; struct java_io_File_class_s { struct java_lang_Class_s jcgo_class; }; JCGO_SEP_EXTERN CONST struct java_io_File_methods_s java_io_File_methods; JCGO_SEP_EXTERN struct java_io_File_class_s java_io_File__class; JCGO_NOSEP_STATIC void CFASTCALL java_io_File__class__0( void ); JCGO_SEP_GCEXTERN java_lang_String java_io_File__separator; JCGO_SEP_GCEXTERN java_lang_String java_io_File__dupSeparator; JCGO_SEP_GCEXTERN java_lang_String java_io_File__pathSeparator; JCGO_SEP_EXTERN jchar java_io_File__separatorChar; struct java_io_File_s { CONST struct java_io_File_methods_s *JCGO_IMMFLD_CONST jcgo_methods; JCGO_MON_DEFN java_lang_String path; }; JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_File5658; #endif