|
Jive reference manual
|
#include <jive/util/Runtime.h>

Public Member Functions | |
| Runtime () | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| virtual lint | toInteger () const |
| virtual double | toFloat () const |
| virtual bool | isFloat () const |
| virtual void | readFrom (ObjectInput &in) |
| virtual void | writeTo (ObjectOutput &out) const |
Public Member Functions inherited from jem::Number | |
| bool | isInteger () const |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
| virtual long | hashValue () const |
| Returns a hash value for this object. More... | |
| virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More... | |
| Ref< Object > | clone () const |
| Returns a copy of this object. More... | |
Static Public Member Functions | |
| static Ref< Runtime > | get (const Properties &globdat) |
| static void | install (const Properties &globdat) |
| static double | getValue (const Properties &globdat) |
Static Public Member Functions inherited from jem::Number | |
| static Self * | dynamicCast (Object &rhs) |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Protected Member Functions | |
| virtual | ~Runtime () |
Protected Member Functions inherited from jem::Number | |
| Number () | |
| virtual | ~Number () |
| virtual void | emitVtableFunc_ () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Protected Member Functions inherited from jem::io::Serializable | |
| virtual | ~Serializable () |
| virtual void | emitVtableFunc_ () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
| jive::util::Runtime::Runtime | ( | ) |
|
protectedvirtual |
|
virtual |
Returns a short textual description of this object. The toString method of the class Object returns:
getClass()->getName() + "@" + String( hashValue() )
String representing this object. Reimplemented from jem::Object.
|
virtual |
Implements jem::Number.
|
virtual |
Implements jem::Number.
|
virtual |
Implements jem::Number.
|
virtual |
Implements jem::io::Serializable.
|
virtual |
Implements jem::io::Serializable.
|
static |
|
static |
|
static |