Uses of Interface
org.zmpp.vm.ObjectTree

Packages that use ObjectTree
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 ObjectTree in org.zmpp.debug
 

Constructors in org.zmpp.debug with parameters of type ObjectTree
ObjectTreeModel(Machine machine, ObjectTree objectTree)
           
 

Uses of ObjectTree in org.zmpp.vm
 

Classes in org.zmpp.vm that implement ObjectTree
 class Objects
          This class represents the object table.
 

Methods in org.zmpp.vm that return ObjectTree
 ObjectTree Machine.getObjectTree()
          Returns the object tree.
 ObjectTree Machine3.getObjectTree()
           
 



Copyright © 2005 . All Rights Reserved.