blob: 187d740869304c0286513e37405d9d3ef9a304ca (
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
35
36
37
38
39
40
41
42
43
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_java_beans_decoder_ConstructorContext__
#define __gnu_java_beans_decoder_ConstructorContext__
#pragma interface
#include <gnu/java/beans/decoder/AbstractCreatableObjectContext.h>
extern "Java"
{
namespace gnu
{
namespace java
{
namespace beans
{
namespace decoder
{
class ConstructorContext;
class Context;
}
}
}
}
}
class gnu::java::beans::decoder::ConstructorContext : public ::gnu::java::beans::decoder::AbstractCreatableObjectContext
{
public: // actually package-private
ConstructorContext(::java::lang::String *, ::java::lang::Class *);
public: // actually protected
virtual void addParameterObjectImpl(::java::lang::Object *);
virtual ::java::lang::Object * createObject(::gnu::java::beans::decoder::Context *);
private:
::java::util::ArrayList * __attribute__((aligned(__alignof__( ::gnu::java::beans::decoder::AbstractCreatableObjectContext)))) arguments;
::java::lang::Class * klass;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_java_beans_decoder_ConstructorContext__
|