77 lines
2.4 KiB
C++
77 lines
2.4 KiB
C++
// Generated by Haxe 4.0.5
|
|
#ifndef INCLUDED_lime_system_JNIMemberField
|
|
#define INCLUDED_lime_system_JNIMemberField
|
|
|
|
#ifndef HXCPP_H
|
|
#include <hxcpp.h>
|
|
#endif
|
|
|
|
HX_DECLARE_STACK_FRAME(_hx_pos_6a03f50885e20814_200_new)
|
|
HX_DECLARE_CLASS2(lime,_hx_system,JNIMemberField)
|
|
|
|
namespace lime{
|
|
namespace _hx_system{
|
|
|
|
|
|
class HXCPP_CLASS_ATTRIBUTES JNIMemberField_obj : public hx::Object
|
|
{
|
|
public:
|
|
typedef hx::Object super;
|
|
typedef JNIMemberField_obj OBJ_;
|
|
JNIMemberField_obj();
|
|
|
|
public:
|
|
enum { _hx_ClassId = 0x21350247 };
|
|
|
|
void __construct( ::Dynamic field);
|
|
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="lime.system.JNIMemberField")
|
|
{ return hx::Object::operator new(inSize,inContainer,inName); }
|
|
inline void *operator new(size_t inSize, int extra)
|
|
{ return hx::Object::operator new(inSize+extra,true,"lime.system.JNIMemberField"); }
|
|
|
|
inline static hx::ObjectPtr< JNIMemberField_obj > __new( ::Dynamic field) {
|
|
hx::ObjectPtr< JNIMemberField_obj > __this = new JNIMemberField_obj();
|
|
__this->__construct(field);
|
|
return __this;
|
|
}
|
|
|
|
inline static hx::ObjectPtr< JNIMemberField_obj > __alloc(hx::Ctx *_hx_ctx, ::Dynamic field) {
|
|
JNIMemberField_obj *__this = (JNIMemberField_obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(JNIMemberField_obj), true, "lime.system.JNIMemberField"));
|
|
*(void **)__this = JNIMemberField_obj::_hx_vtable;
|
|
{
|
|
HX_STACKFRAME(&_hx_pos_6a03f50885e20814_200_new)
|
|
HXDLIN( 200) ( ( ::lime::_hx_system::JNIMemberField)(__this) )->field = field;
|
|
}
|
|
|
|
return __this;
|
|
}
|
|
|
|
static void * _hx_vtable;
|
|
static Dynamic __CreateEmpty();
|
|
static Dynamic __Create(hx::DynamicArray inArgs);
|
|
//~JNIMemberField_obj();
|
|
|
|
HX_DO_RTTI_ALL;
|
|
hx::Val __Field(const ::String &inString, hx::PropertyAccess inCallProp);
|
|
hx::Val __SetField(const ::String &inString,const hx::Val &inValue, hx::PropertyAccess inCallProp);
|
|
void __GetFields(Array< ::String> &outFields);
|
|
static void __register();
|
|
void __Mark(HX_MARK_PARAMS);
|
|
void __Visit(HX_VISIT_PARAMS);
|
|
bool _hx_isInstanceOf(int inClassId);
|
|
::String __ToString() const { return HX_("JNIMemberField",fb,8c,1f,2d); }
|
|
|
|
::Dynamic field;
|
|
::Dynamic get( ::Dynamic jobject);
|
|
::Dynamic get_dyn();
|
|
|
|
::Dynamic set( ::Dynamic jobject, ::Dynamic value);
|
|
::Dynamic set_dyn();
|
|
|
|
};
|
|
|
|
} // end namespace lime
|
|
} // end namespace system
|
|
|
|
#endif /* INCLUDED_lime_system_JNIMemberField */
|