Uses of Class
karel.Instruction

Packages that use Instruction
karel Provides the internals for the karel simulator. 
 

Uses of Instruction in karel
 

Subclasses of Instruction in karel
 class Builtin
           
 class Test
           
 

Fields in karel declared as Instruction
static Instruction Instruction.RETURN
           
static Instruction Instruction.BRANCH
           
static Instruction Instruction.CONDBRANCH
           
static Instruction Instruction.ITERATE
           
static Instruction Instruction.CALL
           
 

Methods in karel that return Instruction
 Instruction Program.getInstructionAt(int loc)
           
 

Methods in karel with parameters of type Instruction
 void Program.install(Instruction i)
           
 void Program.install(int loc, Instruction i)