|
CACAO
|
java/lang/Character More...
Public Member Functions | |
| java_lang_Character (java_handle_t *h) | |
| uint16_t | get_value () |
| void | set_value (uint16_t value) |
Public Member Functions inherited from java_lang_Object | |
| java_lang_Object () | |
| java_lang_Object (java_handle_t *h) | |
| virtual | ~java_lang_Object () |
| virtual java_handle_t * | get_handle () const |
| vftbl_t * | get_vftbl () const |
| classinfo * | get_Class () const |
| int32_t | get_hashcode () const |
| bool | is_null () const |
| bool | is_non_null () const |
Static Private Attributes | |
| static const off_t | offset_value = MEMORY_ALIGN(sizeof(java_object_t), sizeof(int32_t)) |
Additional Inherited Members | |
Protected Attributes inherited from java_lang_Object | |
| java_handle_t * | _handle |
Private Member Functions inherited from FieldAccess | |
| template<> | |
| java_handle_t * | get (java_handle_t *h, const off_t offset) |
| template<> | |
| void | set (java_handle_t *h, const off_t offset, java_handle_t *value) |
| template<> | |
| java_handle_t * | get_volatile (java_handle_t *h, const off_t offset) |
| template<> | |
| void | set_volatile (java_handle_t *h, const off_t offset, java_handle_t *value) |
Static Private Member Functions inherited from FieldAccess | |
| template<class T > | |
| static T | get (java_handle_t *h, const off_t offset) |
| template<class T > | |
| static void | set (java_handle_t *h, const off_t offset, T value) |
| template<class T > | |
| static T | get_volatile (java_handle_t *h, const off_t offset) |
| template<class T > | |
| static void | set_volatile (java_handle_t *h, const off_t offset, T value) |
java/lang/Character
Object layout:
0. object header
Definition at line 329 of file javaobjects.hpp.
|
inline |
Definition at line 336 of file javaobjects.hpp.
|
inline |
Definition at line 342 of file javaobjects.hpp.
|
inline |
Definition at line 347 of file javaobjects.hpp.
|
staticprivate |
Definition at line 333 of file javaobjects.hpp.
1.8.5