OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [lang/] [reflect/] [VMProxy.h] - Blame information for rev 758

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_lang_reflect_VMProxy__
5
#define __java_lang_reflect_VMProxy__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
 
13
class java::lang::reflect::VMProxy : public ::java::lang::Object
14
{
15
 
16
public: // actually package-private
17
  VMProxy();
18
  static ::java::lang::Class * getProxyClass(::java::lang::ClassLoader *, JArray< ::java::lang::Class * > *);
19
  static ::java::lang::reflect::Proxy$ProxyData * getProxyData(::java::lang::ClassLoader *, JArray< ::java::lang::Class * > *);
20
  static ::java::lang::Class * generateProxyClass(::java::lang::ClassLoader *, ::java::lang::reflect::Proxy$ProxyData *);
21
  static jboolean HAVE_NATIVE_GET_PROXY_CLASS;
22
  static jboolean HAVE_NATIVE_GET_PROXY_DATA;
23
  static jboolean HAVE_NATIVE_GENERATE_PROXY_CLASS;
24
public:
25
  static ::java::lang::Class class$;
26
};
27
 
28
#endif // __java_lang_reflect_VMProxy__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.