|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jrre.ObjectArea
Structure for containing the all of the instansiated objects in the enviroment.
Constructor Summary | |
ObjectArea()
|
Method Summary | |
static void |
addObject(java.lang.String key,
ObjectInstance objectToAdd)
Adds an object to the heap. |
static void |
clear()
|
static ObjectInstance |
getObject(java.lang.String key)
Gets an object referance from the heap. |
void |
removeObject(CPInfo key)
Removes an object from the heap. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectArea()
Method Detail |
public static void clear()
public static void addObject(java.lang.String key, ObjectInstance objectToAdd)
key
- The constant pool referance for the object to add to the heap.objectToAdd
- The object to add.public static ObjectInstance getObject(java.lang.String key)
public void removeObject(CPInfo key)
key
- The constant pool referance for the object to remove
from the heap.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |