|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--jrre.ObjectInstance
Object implementation for the JRRE system.
| Constructor Summary | |
ObjectInstance(int dataSize)
Constructs the object with the number of fields that it will have to store the value's of. |
|
| Method Summary | |
Class |
getClassData()
Gets the ClassData. |
Type |
getInstanceValue(int index)
Gets the data at the linked to the specified descriptor. |
void |
setClassData(Class classData)
Sets the ClassData. |
void |
setInstanceValue(int index,
Type value)
Sets a value to the instance data at the index specified. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ObjectInstance(int dataSize)
dataSize - The size to initialize with.| Method Detail |
public Class getClassData()
public void setClassData(Class classData)
public java.lang.String toString()
toString in class java.lang.Objectpublic Type getInstanceValue(int index)
index -
public void setInstanceValue(int index,
Type value)
index - value -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||