| 140 | hx::Class Object::__GetClass() const { return Object__mClass; } |
| 141 | |
| 142 | hx::FieldRef Object::__FieldRef(const String &inString) { return hx::FieldRef(this,inString); } |
| 143 | |
| 144 | String Object::__ToString() const { return HX_CSTRING("Object"); } |
| 145 |