aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libjava/java/lang/ClassLoader$AnnotationsKey.h
blob: 1a395b07bd69b5fe4251f2ed0c5da15aabbf9854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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__