// header ommited
namespace com {
namespace artefaktur {
namespace myapp {
// the field named "label"
::acdk::lang::dmi::ClazzFieldInfo MyClass_fields_label =
{
::acdk::lang::reflect::Modifier::PUBLIC | ::acdk::lang::reflect::Modifier::IsClazzFieldInfo,
"label", // label
RString::clazzInfo(), // the type
(void*)0 // address of field in case of static member
};
// the fields of the class
::acdk::lang::dmi::ClazzFieldInfo* _MyClass_fields[] =
{
&MyClass_fields_label, // has only 1 fiedl
0 // 0-terminator
};
::acdk::lang::dmi::ClazzSuperInfo _MyClass_super_acdk__lang__Object =
{
::acdk::lang::reflect::Modifier::PUBLIC,
acdk::lang::Object::clazzInfo()
};
::acdk::lang::dmi::ClazzSuperInfo _MyClass_super_acdk__lang__Comparable =
{
::acdk::lang::reflect::Modifier::PUBLIC | ::acdk::lang::reflect::Modifier::INTERFACE ,
acdk::lang::Comparable::clazzInfo()
};
::acdk::lang::dmi::ClazzSuperInfo* _MyClass_interfaces[] =
{
&_MyClass_super_acdk__lang__Object,
&_MyClass_super_acdk__lang__Comparable,
0
};
::acdk::lang::dmi::ClazzMethodArgInfo* MyClass_methods_GetClass__L_acdk_lang_RClass__args[] =
{
0
};
::acdk::lang::dmi::ClazzInfo* MyClass_methods_GetClass__L_acdk_lang_RClass__exceptions[] =
{
0
};
::acdk::lang::dmi::ClazzMethodInfo MyClass_method_GetClass__L_acdk_lang_RClass_ =
{
::acdk::lang::reflect::Modifier::PUBLIC
| ::acdk::lang::reflect::Modifier::STATIC
| ::acdk::lang::reflect::Modifier::ClazzIsKnownType
| ::acdk::lang::reflect::Modifier::IsClazzMethodInfo,// class flags, like static, Constructor
"GetClass", // name of method
::acdk::lang::RClass::clazzInfo(), // return type
MyClass_methods_GetClass__L_acdk_lang_RClass__args, // return the arguments
MyClass_methods_GetClass__L_acdk_lang_RClass__exceptions, // the declared exceptions
0 // address of method currently not supported
};
::acdk::lang::dmi::ClazzMethodArgInfo MyClass_methods_MyClass_LRString_I_LRMyClass__arg_l =
{
::acdk::lang::reflect::Modifier::DUMMY,
RString::clazzInfo() ,
"l"
};
::acdk::lang::dmi::ClazzMethodArgInfo MyClass_methods_MyClass_LRString_I_LRMyClass__arg_i =
{
::acdk::lang::reflect::Modifier::DUMMY,
::acdk::lang::dmi::ClazzInfo::getIntClazz() ,
"i"
};
::acdk::lang::dmi::ClazzMethodArgInfo* MyClass_methods_MyClass_LRString_I_LRMyClass__args[] =
{
&MyClass_methods_MyClass_LRString_I_LRMyClass__arg_l,
&MyClass_methods_MyClass_LRString_I_LRMyClass__arg_i,
0
};
::acdk::lang::dmi::ClazzInfo* MyClass_methods_MyClass_LRString_I_LRMyClass__exceptions[] =
{
0
};
::acdk::lang::dmi::ClazzMethodInfo MyClass_method_MyClass_LRString_I_LRMyClass_ =
{
::acdk::lang::reflect::Modifier::PUBLIC
| ::acdk::lang::reflect::Modifier::ClazzIsKnownType
| ::acdk::lang::reflect::Modifier::IsConstructor
| ::acdk::lang::reflect::Modifier::IsClazzMethodInfo,// class flags, like static, Constructor
"MyClass", // name of method
MyClass::clazzInfo(), // return type
MyClass_methods_MyClass_LRString_I_LRMyClass__args, // return the arguments
MyClass_methods_MyClass_LRString_I_LRMyClass__exceptions, // the declared exceptions
0 // address of method currently not supported
};
::acdk::lang::dmi::ClazzMethodArgInfo* MyClass_methods_getClass__L_acdk_lang_RClass__args[] =
{
0
};
::acdk::lang::dmi::ClazzInfo* MyClass_methods_getClass__L_acdk_lang_RClass__exceptions[] =
{
0
};
::acdk::lang::dmi::ClazzMethodInfo MyClass_method_getClass__L_acdk_lang_RClass_ =
{
::acdk::lang::reflect::Modifier::PUBLIC
| ::acdk::lang::reflect::Modifier::VIRTUAL
| ::acdk::lang::reflect::Modifier::ClazzIsKnownType
| ::acdk::lang::reflect::Modifier::IsClazzMethodInfo,// class flags, like static, Constructor
"getClass", // name of method
::acdk::lang::RClass::clazzInfo(), // return type
MyClass_methods_getClass__L_acdk_lang_RClass__args, // return the arguments
MyClass_methods_getClass__L_acdk_lang_RClass__exceptions, // the declared exceptions
0 // address of method currently not supported
};
::acdk::lang::dmi::ClazzMethodArgInfo MyClass_methods_print_Lacdk_io_RPrintWriter__V_arg_out =
{
0,
acdk::io::RPrintWriter::clazzInfo() ,
"out"
};
::acdk::lang::dmi::ClazzMethodArgInfo* MyClass_methods_print_Lacdk_io_RPrintWriter__V_args[] =
{
&MyClass_methods_print_Lacdk_io_RPrintWriter__V_arg_out,
0
};
::acdk::lang::dmi::ClazzInfo* MyClass_methods_print_Lacdk_io_RPrintWriter__V_exceptions[] =
{
acdk::io::RIOException::clazzInfo(),
RThrowable::clazzInfo(),
0
};
::acdk::lang::dmi::ClazzMethodInfo MyClass_method_print_Lacdk_io_RPrintWriter__V =
{
::acdk::lang::reflect::Modifier::PUBLIC
| ::acdk::lang::reflect::Modifier::ClazzIsKnownType
| ::acdk::lang::reflect::Modifier::IsClazzMethodInfo,// class flags, like static, Constructor
"print", // name of method
::acdk::lang::dmi::ClazzInfo::getVoidClazz(), // return type
MyClass_methods_print_Lacdk_io_RPrintWriter__V_args, // return the arguments
MyClass_methods_print_Lacdk_io_RPrintWriter__V_exceptions, // the declared exceptions
0 // address of method currently not supported
};
::acdk::lang::dmi::ClazzMethodInfo* _MyClass_methods[] =
{
&MyClass_method_GetClass__L_acdk_lang_RClass_,
&MyClass_method_MyClass_LRString_I_LRMyClass_,
&MyClass_method_getClass__L_acdk_lang_RClass_,
&MyClass_method_print_Lacdk_io_RPrintWriter__V,
0
};
::acdk::lang::dmi::ClazzInfo MyClass::_clazzInfo =
{
0, // clazz-flags
"MyClass", // name of class
"com/artefaktur/myapp", // the namespace
_MyClass_interfaces, // pointer to Array of ClazzInfo references
2, // count of Super / Interfaces
_MyClass_fields, // pointer to Array of fields
1, // count of Fields
_MyClass_methods, // pointer to Array of fields
4, // count of Methods
0, // create-function for cloning/serializing
&MyClass::create_array, // create-function for cloning/serializing arrays
&MyClass::create_array_array, // create-function for cloning/serializing arrays
0, // Class* thisClass; chaching instance. Filled at runtime
JLONG_CONSTANT(-354086121025790910), // jlong serialVersionUID; for serialization
&MyClass::StandardDispatch, // DMI static_dispatch
1, // count off all collectable members in this class
0, // user defined info f.i. clazzinfo for arrays
0, // next ClazzInfo in chain
};
static ::acdk::lang::dmi::RegisterClazzInfo _register_MyClass(MyClass::clazzInfo());
// DMI part ommited
|