net.sf.rej.java
Class InstructionSet

java.lang.Object
  extended by net.sf.rej.java.InstructionSet

public class InstructionSet
extends java.lang.Object

Class that handles the relationship between Instruction subclasses and instruction opcodes.

Author:
Sami Koivu

Method Summary
static InstructionSet getInstance()
           
 Instruction getInstruction(int opcode)
           
 java.util.Vector<Instruction> getInstructions()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static InstructionSet getInstance()

getInstruction

public Instruction getInstruction(int opcode)

getInstructions

public java.util.Vector<Instruction> getInstructions()