mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			480 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			480 B
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | |
| 
 | |
| #ifndef __getmethodname__
 | |
| #define __getmethodname__
 | |
| 
 | |
| #pragma interface
 | |
| 
 | |
| #include <java/lang/Object.h>
 | |
| #include <gcj/array.h>
 | |
| 
 | |
| extern "Java"
 | |
| {
 | |
|     class getmethodname;
 | |
| }
 | |
| 
 | |
| class getmethodname : public ::java::lang::Object
 | |
| {
 | |
| 
 | |
| public:
 | |
|   getmethodname();
 | |
|   static void do_getmethodname_tests();
 | |
|   static void main(JArray< ::java::lang::String * > *);
 | |
|   static ::java::lang::Class class$;
 | |
| };
 | |
| 
 | |
| #endif // __getmethodname__
 |