Interface Run


public interface Run
  • Method Details

    • evaluateExpression

      void evaluateExpression(Expression expression)
    • executeInstruction

      void executeInstruction(Instruction instruction)
    • getVariableValue

      void getVariableValue(Variable variable, Value value)
    • loopSubCode

      void loopSubCode(SubCode subcode)
    • runCode

      void runCode(Code code)
    • setVariableValue

      void setVariableValue(Variable variable, Value value)