aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/ClassLoader$AnnotationsKey.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/lang/ClassLoader$AnnotationsKey.h')
-rw-r--r--libjava/java/lang/ClassLoader$AnnotationsKey.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/libjava/java/lang/ClassLoader$AnnotationsKey.h b/libjava/java/lang/ClassLoader$AnnotationsKey.h
deleted file mode 100644
index 1a395b0..0000000
--- a/libjava/java/lang/ClassLoader$AnnotationsKey.h
+++ /dev/null
@@ -1,31 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __java_lang_ClassLoader$AnnotationsKey__
-#define __java_lang_ClassLoader$AnnotationsKey__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-#include <gcj/array.h>
-
-
-class java::lang::ClassLoader$AnnotationsKey : public ::java::lang::Object
-{
-
-public:
- ClassLoader$AnnotationsKey(::java::lang::Class *, jint, jint, jint);
- jboolean equals(::java::lang::Object *);
- jint hashCode();
-public: // actually package-private
- jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) member_type;
- jint member_index;
- jint kind_req;
- ::java::lang::Class * declaringClass;
- jint hashCode__;
-public:
- static JArray< ::java::lang::annotation::Annotation * > * NIL;
- static ::java::lang::Class class$;
-};
-
-#endif // __java_lang_ClassLoader$AnnotationsKey__