Uses of Class
org.zmpp.vm.AbstractInstruction.InstructionForm

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

Uses of AbstractInstruction.InstructionForm in org.zmpp.vm
 

Methods in org.zmpp.vm that return AbstractInstruction.InstructionForm
 AbstractInstruction.InstructionForm PrintLiteralInstruction.getInstructionForm()
          Returns the instruction's form.
 AbstractInstruction.InstructionForm Short0Instruction.getInstructionForm()
          Returns the instruction's form.
abstract  AbstractInstruction.InstructionForm AbstractInstruction.getInstructionForm()
          Returns the instruction's form.
 AbstractInstruction.InstructionForm VariableInstruction.getInstructionForm()
          Returns the instruction's form.
 AbstractInstruction.InstructionForm Short1Instruction.getInstructionForm()
          Returns the instruction's form.
 AbstractInstruction.InstructionForm LongInstruction.getInstructionForm()
          Returns the instruction's form.
static AbstractInstruction.InstructionForm AbstractInstruction.InstructionForm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractInstruction.InstructionForm[] AbstractInstruction.InstructionForm.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2005 . All Rights Reserved.