Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
25
libjava/java/lang/annotation/IncompleteAnnotationException.h
Normal file
25
libjava/java/lang/annotation/IncompleteAnnotationException.h
Normal file
|
@ -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__
|
Loading…
Add table
Add a link
Reference in a new issue