|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZObject | |
---|---|
org.zmpp.debug | This package implements a debugging console for the ZMPP machine. |
org.zmpp.vm | This package contains the base structures for the Z machine, e.g. |
Uses of ZObject in org.zmpp.debug |
---|
Fields in org.zmpp.debug declared as ZObject | |
---|---|
ZObject |
ObjectTreeModel.ObjWrapper.obj
|
Uses of ZObject in org.zmpp.vm |
---|
Classes in org.zmpp.vm that implement ZObject | |
---|---|
class |
DefaultZObject
This is the default implementation of a ZObject. |
Methods in org.zmpp.vm that return ZObject | |
---|---|
ZObject |
ObjectTree.getObject(int objectNum)
Returns the Z-object with the specified object number. |
ZObject |
Objects.getObject(int objectNum)
Returns the Z-object with the specified object number. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |