mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			26 lines
		
	
	
		
			817 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			817 B
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | |
| 
 | |
| #ifndef __java_lang_annotation_IncompleteAnnotationException__
 | |
| #define __java_lang_annotation_IncompleteAnnotationException__
 | |
| 
 | |
| #pragma interface
 | |
| 
 | |
| #include <java/lang/RuntimeException.h>
 | |
| 
 | |
| class java::lang::annotation::IncompleteAnnotationException : public ::java::lang::RuntimeException
 | |
| {
 | |
| 
 | |
| public:
 | |
|   IncompleteAnnotationException(::java::lang::Class *, ::java::lang::String *);
 | |
|   virtual ::java::lang::Class * annotationType();
 | |
|   virtual ::java::lang::String * elementName();
 | |
| private:
 | |
|   ::java::lang::Class * __attribute__((aligned(__alignof__( ::java::lang::RuntimeException)))) annotationType__;
 | |
|   ::java::lang::String * elementName__;
 | |
| public:
 | |
|   static ::java::lang::Class class$;
 | |
| };
 | |
| 
 | |
| #endif // __java_lang_annotation_IncompleteAnnotationException__
 |