Class JumpInstruction

java.lang.Object
dev.zemco.codegame.execution.instructions.JumpInstruction
All Implemented Interfaces:
IInstruction
Direct Known Subclasses:
JumpIfZeroInstruction

public class JumpInstruction extends Object implements IInstruction
Instruction that performs a jump of the engine to the specified label.
Author:
Erik Zemčík