CACAO
|
GNU Classpath java/lang/reflect/VMField. More...
Public Member Functions | |
java_lang_reflect_VMField (java_handle_t *h) | |
java_lang_reflect_VMField (fieldinfo *f) | |
classinfo * | get_clazz () const |
int32_t | get_slot () const |
java_handle_bytearray_t * | get_annotations () const |
java_handle_t * | get_declaredAnnotations () const |
java_handle_t * | get_f () const |
void | set_clazz (classinfo *value) |
void | set_name (java_handle_t *value) |
void | set_slot (int32_t value) |
void | set_annotations (java_handle_bytearray_t *value) |
void | set_declaredAnnotations (java_handle_t *value) |
void | set_f (java_handle_t *value) |
fieldinfo * | get_field () const |
![]() | |
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_clazz = MEMORY_ALIGN(sizeof(java_object_t), SIZEOF_VOID_P) |
static const off_t | offset_name = MEMORY_ALIGN(offset_clazz + SIZEOF_VOID_P, SIZEOF_VOID_P) |
static const off_t | offset_slot = MEMORY_ALIGN(offset_name + SIZEOF_VOID_P, sizeof(int32_t)) |
static const off_t | offset_annotations = MEMORY_ALIGN(offset_slot + sizeof(int32_t), SIZEOF_VOID_P) |
static const off_t | offset_declaredAnnotations = MEMORY_ALIGN(offset_annotations + SIZEOF_VOID_P, SIZEOF_VOID_P) |
static const off_t | offset_f = MEMORY_ALIGN(offset_declaredAnnotations + SIZEOF_VOID_P, SIZEOF_VOID_P) |
Additional Inherited Members | |
![]() | |
java_handle_t * | _handle |
![]() | |
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) |
![]() | |
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) |
GNU Classpath java/lang/reflect/VMField.
Object layout:
0. object header
Definition at line 1236 of file javaobjects.hpp.
|
inline |
Definition at line 1248 of file javaobjects.hpp.
|
inline |
Definition at line 1271 of file javaobjects.hpp.
|
inline |
Definition at line 1299 of file javaobjects.hpp.
|
inline |
Definition at line 1289 of file javaobjects.hpp.
|
inline |
Definition at line 1304 of file javaobjects.hpp.
|
inline |
Definition at line 1309 of file javaobjects.hpp.
|
inline |
Definition at line 1345 of file javaobjects.hpp.
|
inline |
Definition at line 1294 of file javaobjects.hpp.
|
inline |
Definition at line 1330 of file javaobjects.hpp.
Definition at line 1315 of file javaobjects.hpp.
|
inline |
Definition at line 1335 of file javaobjects.hpp.
|
inline |
Definition at line 1340 of file javaobjects.hpp.
|
inline |
Definition at line 1320 of file javaobjects.hpp.
|
inline |
Definition at line 1325 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1243 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1240 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1244 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1245 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1241 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1242 of file javaobjects.hpp.