CACAO
|
GNU Classpath java/lang/Throwable. More...
Public Member Functions | |
java_lang_Throwable (java_handle_t *h) | |
java_handle_t * | get_detailMessage () const |
java_handle_t * | get_cause () const |
java_handle_t * | get_vmState () 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_detailMessage = MEMORY_ALIGN(sizeof(java_object_t), SIZEOF_VOID_P) |
static const off_t | offset_cause = MEMORY_ALIGN(offset_detailMessage + SIZEOF_VOID_P, SIZEOF_VOID_P) |
static const off_t | offset_stackTrace = MEMORY_ALIGN(offset_cause + SIZEOF_VOID_P, SIZEOF_VOID_P) |
static const off_t | offset_vmState = MEMORY_ALIGN(offset_stackTrace + 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/Throwable.
Object layout:
0. object header
Definition at line 935 of file javaobjects.hpp.
|
inline |
Definition at line 945 of file javaobjects.hpp.
|
inline |
Definition at line 959 of file javaobjects.hpp.
|
inline |
Definition at line 954 of file javaobjects.hpp.
|
inline |
Definition at line 964 of file javaobjects.hpp.
|
staticprivate |
Definition at line 940 of file javaobjects.hpp.
|
staticprivate |
Definition at line 939 of file javaobjects.hpp.
|
staticprivate |
Definition at line 941 of file javaobjects.hpp.
|
staticprivate |
Definition at line 942 of file javaobjects.hpp.