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
34
libjava/java/text/Annotation.h
Normal file
34
libjava/java/text/Annotation.h
Normal file
|
@ -0,0 +1,34 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_text_Annotation__
|
||||
#define __java_text_Annotation__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace text
|
||||
{
|
||||
class Annotation;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class java::text::Annotation : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public:
|
||||
Annotation(::java::lang::Object *);
|
||||
virtual ::java::lang::Object * getValue();
|
||||
virtual ::java::lang::String * toString();
|
||||
private:
|
||||
::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) attrib;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_text_Annotation__
|
Loading…
Add table
Add a link
Reference in a new issue