OSDN Git Service

2009-08-24 Rafael Avila de Espindola <espindola@google.com>
[pf3gnuchains/gcc-fork.git] / libjava / java / lang / ClassLoader$AnnotationsKey.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_lang_ClassLoader$AnnotationsKey__
5 #define __java_lang_ClassLoader$AnnotationsKey__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12
13 class java::lang::ClassLoader$AnnotationsKey : public ::java::lang::Object
14 {
15
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$;
29 };
30
31 #endif // __java_lang_ClassLoader$AnnotationsKey__