Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
31
libjava/java/lang/ClassLoader$AnnotationsKey.h
Normal file
31
libjava/java/lang/ClassLoader$AnnotationsKey.h
Normal file
|
@ -0,0 +1,31 @@
|
|||
|
||||
// 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__
|
Loading…
Add table
Add a link
Reference in a new issue