blob: 7170a3f91c33c2b0467a766f23dff0c6e495278f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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__
|