mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			29 lines
		
	
	
		
			857 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			857 B
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __java_lang_reflect_Proxy$ProxySignature__
 | 
						|
#define __java_lang_reflect_Proxy$ProxySignature__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <java/lang/Object.h>
 | 
						|
 | 
						|
class java::lang::reflect::Proxy$ProxySignature : public ::java::lang::Object
 | 
						|
{
 | 
						|
 | 
						|
public: // actually package-private
 | 
						|
  Proxy$ProxySignature(::java::lang::reflect::Method *);
 | 
						|
  void checkCompatibility(::java::lang::reflect::Proxy$ProxySignature *);
 | 
						|
public:
 | 
						|
  jint hashCode();
 | 
						|
  jboolean equals(::java::lang::Object *);
 | 
						|
public: // actually package-private
 | 
						|
  static ::java::util::HashMap * coreMethods;
 | 
						|
  ::java::lang::reflect::Method * __attribute__((aligned(__alignof__( ::java::lang::Object)))) method;
 | 
						|
  ::java::util::Set * exceptions;
 | 
						|
public:
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
};
 | 
						|
 | 
						|
#endif // __java_lang_reflect_Proxy$ProxySignature__
 |