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

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

Uses of AbstractInstruction.OperandCount in org.zmpp.vm
 

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

Constructors in org.zmpp.vm with parameters of type AbstractInstruction.OperandCount
LongInstruction(Machine machineState, AbstractInstruction.OperandCount operandCount, int opcode)
          Constructor.
VariableInstruction(Machine machineState, AbstractInstruction.OperandCount operandCount, int opcode)
          Constructor.
 



Copyright © 2005 . All Rights Reserved.