CACAO
Public Member Functions | Static Private Attributes
java_lang_Double Class Reference

java/lang/Double More...

Inheritance diagram for java_lang_Double:
java_lang_Object FieldAccess

Public Member Functions

 java_lang_Double (java_handle_t *h)
 
double get_value ()
 
void set_value (double 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_tget_handle () const
 
vftbl_tget_vftbl () const
 
classinfoget_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(double))
 

Additional Inherited Members

- Protected Attributes inherited from java_lang_Object
java_handle_t_handle
 
- Private Member Functions inherited from FieldAccess
template<>
java_handle_tget (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_tget_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)
 

Detailed Description

java/lang/Double

Object layout:

0. object header

  1. double value;

Definition at line 489 of file javaobjects.hpp.

Constructor & Destructor Documentation

java_lang_Double::java_lang_Double ( java_handle_t h)
inline

Definition at line 496 of file javaobjects.hpp.

Member Function Documentation

double java_lang_Double::get_value ( )
inline

Definition at line 502 of file javaobjects.hpp.

void java_lang_Double::set_value ( double  value)
inline

Definition at line 507 of file javaobjects.hpp.

Field Documentation

const off_t java_lang_Double::offset_value = MEMORY_ALIGN(sizeof(java_object_t), sizeof(double))
staticprivate

Definition at line 493 of file javaobjects.hpp.


The documentation for this class was generated from the following file: