Uses of Class
org.zmpp.vm.Operand

Packages that use Operand
org.zmpp.vm This package contains the base structures for the Z machine, e.g. 
 

Uses of Operand in org.zmpp.vm
 

Methods in org.zmpp.vm that return Operand
 Operand AbstractInstruction.getOperand(int operandNum)
          Returns the operand at the specified position.
 

Methods in org.zmpp.vm with parameters of type Operand
 void AbstractInstruction.addOperand(Operand operand)
          Adds an operand to this object.
 



Copyright © 2005 . All Rights Reserved.