Uses of Class
model.Instruction

Packages that use Instruction
model   
 

Uses of Instruction in model
 

Fields in model with type parameters of type Instruction
private  java.util.HashMap<STATE,java.util.HashMap<SYMBOL,Instruction>> InstructionSet.states
           
 

Methods in model that return Instruction
 Instruction InstructionSet.get(STATE q, SYMBOL s)
          Extract an instruction
 Instruction InstructionSet.remove(STATE q, SYMBOL s)
          Remove an instruction
 Instruction[] InstructionSet.toArray()
          Extract all the instruction ad put them on an array
 

Methods in model with parameters of type Instruction
 void InstructionSet.add(Instruction i)
          Add an instruction