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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [lang/] [reflect/] [Proxy$ProxyType.h] - Rev 775

Go to most recent revision | Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __java_lang_reflect_Proxy$ProxyType__
#define __java_lang_reflect_Proxy$ProxyType__
 
#pragma interface
 
#include <java/lang/Object.h>
#include <gcj/array.h>
 
 
class java::lang::reflect::Proxy$ProxyType : public ::java::lang::Object
{
 
public: // actually package-private
  Proxy$ProxyType(::java::lang::ClassLoader *, JArray< ::java::lang::Class * > *);
public:
  jint hashCode();
  jboolean equals(::java::lang::Object *);
public: // actually package-private
  ::java::lang::ClassLoader * __attribute__((aligned(__alignof__( ::java::lang::Object)))) loader;
  JArray< ::java::lang::Class * > * interfaces;
public:
  static ::java::lang::Class class$;
};
 
#endif // __java_lang_reflect_Proxy$ProxyType__
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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