mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
94 lines
2.7 KiB
C
94 lines
2.7 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
|
|
|
|
#ifdef JCGO_SEPARATED
|
|
#define JCGO_116
|
|
#include "jcgortl.h"
|
|
#include "Main.h"
|
|
#endif
|
|
|
|
#ifdef JCGO_116
|
|
|
|
#ifdef CHKALL_java_util_AbstractSequentialList
|
|
#include "jcgobchk.h"
|
|
#endif
|
|
|
|
JCGO_NOSEP_STATIC java_util_AbstractSequentialList CFASTCALL
|
|
java_util_AbstractSequentialList__this__( java_util_AbstractSequentialList
|
|
This )
|
|
{
|
|
{
|
|
(java_util_AbstractList__this__((java_util_AbstractList)This));
|
|
}
|
|
return This;
|
|
}
|
|
|
|
JCGO_NOSEP_FRWINL java_util_Iterator CFASTCALL
|
|
java_util_AbstractSequentialList__iterator__( java_util_AbstractSequentialList
|
|
This )
|
|
{
|
|
{
|
|
return (java_util_Iterator)(java_util_AbstractList__listIterator__(
|
|
(java_util_AbstractList)This));
|
|
}
|
|
}
|
|
|
|
JCGO_NOSEP_DATA CONST struct jcgo_methods_s java_util_AbstractSequentialList_methods=
|
|
{
|
|
JCGO_CLASSREF_OF(java_util_AbstractSequentialList__class),
|
|
JCGO_GCJDESCR_ZEROINIT
|
|
OBJT_java_util_AbstractSequentialList,
|
|
0,
|
|
NULL,
|
|
JCGO_CLINIT_INIT(0)
|
|
(jObject (CFASTCALL*)(jObject))java_util_AbstractSequentialList__this__
|
|
};
|
|
|
|
JCGO_NOSEP_DATA JCGO_NOTHR_CONST struct java_util_AbstractSequentialList_class_s
|
|
java_util_AbstractSequentialList__class JCGO_THRD_ATTRNONGC=
|
|
{
|
|
{
|
|
&java_lang_Class_methods,
|
|
JCGO_MON_INIT
|
|
JCGO_OBJREF_OF(*(java_lang_Object)&java_util_AbstractSequentialList_methods),
|
|
JCGO_STRREF_OF(jcgo_string1_AbstSqLs),
|
|
JCGO_CLASSREF_OF(java_util_AbstractList__class),
|
|
((jObjectArr)JCGO_OBJREF_OF(jcgo_array3_Object)),
|
|
0x401
|
|
}
|
|
};
|
|
|
|
JCGO_NOSEP_DATA CONST jcgo_arrtype98_GmCnnctn jcgo_array2_AbstSqLs=
|
|
{
|
|
(jvtable)&jbyteArr_methods,
|
|
JCGO_MON_INIT
|
|
32,
|
|
{
|
|
(jbyte)(jchar)106/*'j'*/, (jbyte)(jchar)97/*'a'*/, (jbyte)(jchar)118/*'v'*/,
|
|
(jbyte)(jchar)97/*'a'*/, (jbyte)(jchar)46/*'.'*/, (jbyte)(jchar)117/*'u'*/,
|
|
(jbyte)(jchar)116/*'t'*/, (jbyte)(jchar)105/*'i'*/, (jbyte)(jchar)108/*'l'*/,
|
|
(jbyte)(jchar)46/*'.'*/, (jbyte)(jchar)65/*'A'*/, (jbyte)(jchar)98/*'b'*/,
|
|
(jbyte)(jchar)115/*'s'*/, (jbyte)(jchar)116/*'t'*/, (jbyte)(jchar)114/*'r'*/,
|
|
(jbyte)(jchar)97/*'a'*/, (jbyte)(jchar)99/*'c'*/, (jbyte)(jchar)116/*'t'*/,
|
|
(jbyte)(jchar)83/*'S'*/, (jbyte)(jchar)101/*'e'*/, (jbyte)(jchar)113/*'q'*/,
|
|
(jbyte)(jchar)117/*'u'*/, (jbyte)(jchar)101/*'e'*/, (jbyte)(jchar)110/*'n'*/,
|
|
(jbyte)(jchar)116/*'t'*/, (jbyte)(jchar)105/*'i'*/, (jbyte)(jchar)97/*'a'*/,
|
|
(jbyte)(jchar)108/*'l'*/, (jbyte)(jchar)76/*'L'*/, (jbyte)(jchar)105/*'i'*/,
|
|
(jbyte)(jchar)115/*'s'*/, (jbyte)(jchar)116/*'t'*/
|
|
}
|
|
};
|
|
|
|
JCGO_NOSEP_DATA JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_AbstSqLs
|
|
JCGO_THRD_ATTRNONGC=
|
|
{
|
|
&java_lang_String_methods,
|
|
JCGO_MON_INIT
|
|
(java_lang_Object)JCGO_OBJREF_OF(jcgo_array2_AbstSqLs),
|
|
0, 32, (jint)0x51280bfL
|
|
};
|
|
|
|
#ifdef CHKALL_java_util_AbstractSequentialList
|
|
#include "jcgochke.h"
|
|
#endif
|
|
|
|
#endif
|