Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
// 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__
|
||||
Reference in New Issue
Block a user