Interface IInstruction

All Known Implementing Classes:
AbstractCopyInstruction, AdditionInstruction, CopyFromInstruction, CopyToInstruction, InputInstruction, JumpIfZeroInstruction, JumpInstruction, OutputInstruction

public interface IInstruction
Instruction is an elementary operation that modifies state of the execution context. Each instruction execution lasts a single step.
Author:
Erik Zemčík
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(IExecutionContext executionContext)
    Executes instruction on a given context.