Assume x86-64 if a 32-bit processor supports SSE2 and 64-bit
[official-gcc.git] / libjava / java / lang / ClassLoader$AnnotationsKey.h
blob1a395b07bd69b5fe4251f2ed0c5da15aabbf9854
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_ClassLoader$AnnotationsKey__
5 #define __java_lang_ClassLoader$AnnotationsKey__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
13 class java::lang::ClassLoader$AnnotationsKey : public ::java::lang::Object
16 public:
17 ClassLoader$AnnotationsKey(::java::lang::Class *, jint, jint, jint);
18 jboolean equals(::java::lang::Object *);
19 jint hashCode();
20 public: // actually package-private
21 jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) member_type;
22 jint member_index;
23 jint kind_req;
24 ::java::lang::Class * declaringClass;
25 jint hashCode__;
26 public:
27 static JArray< ::java::lang::annotation::Annotation * > * NIL;
28 static ::java::lang::Class class$;
31 #endif // __java_lang_ClassLoader$AnnotationsKey__