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
32
libjava/java/lang/reflect/Proxy.h
Normal file
32
libjava/java/lang/reflect/Proxy.h
Normal file
|
@ -0,0 +1,32 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_lang_reflect_Proxy__
|
||||
#define __java_lang_reflect_Proxy__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
|
||||
class java::lang::reflect::Proxy : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public: // actually protected
|
||||
Proxy(::java::lang::reflect::InvocationHandler *);
|
||||
public:
|
||||
static ::java::lang::Class * getProxyClass(::java::lang::ClassLoader *, JArray< ::java::lang::Class * > *);
|
||||
static ::java::lang::Object * newProxyInstance(::java::lang::ClassLoader *, JArray< ::java::lang::Class * > *, ::java::lang::reflect::InvocationHandler *);
|
||||
static jboolean isProxyClass(::java::lang::Class *);
|
||||
static ::java::lang::reflect::InvocationHandler * getInvocationHandler(::java::lang::Object *);
|
||||
private:
|
||||
static const jlong serialVersionUID = -2222568056686623797LL;
|
||||
static ::java::util::Map * proxyClasses;
|
||||
public: // actually protected
|
||||
::java::lang::reflect::InvocationHandler * __attribute__((aligned(__alignof__( ::java::lang::Object)))) h;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_lang_reflect_Proxy__
|
Loading…
Add table
Add a link
Reference in a new issue