Uses of Interface
org.zmpp.vm.Instruction

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

Uses of Instruction in org.zmpp.vm
 

Classes in org.zmpp.vm that implement Instruction
 class AbstractInstruction
          This class represents can be considered as a mutable value object, which basically stores an instruction's information in order to restrict the Instruction class's responsibility to executing logic.
 class LongInstruction
          This class represents instructions of type LONG, 2OP.
 class PrintLiteralInstruction
          This class implements the print and print_ret instructions.
 class Short0Instruction
          This class represents instructions of type SHORT, 0OP.
 class Short1Instruction
          This class represents instructions of type SHORT, 1OP.
 class VariableInstruction
          This class represents instructions of type VARIABLE.
 

Methods in org.zmpp.vm that return Instruction
 Instruction Machine3.nextStep()
           
 



Copyright © 2005 . All Rights Reserved.