Interface Command

All Known Implementing Classes:
ch.turic.commands.AbstractCommand, Program

public interface Command
A command that the interpreter can execute
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(ch.turic.memory.Context context)
    Execute the command.
  • Method Details

    • execute

      Object execute(ch.turic.memory.Context context) throws ExecutionException
      Execute the command.
      Parameters:
      context - the Jamal processing environment
      Returns:
      the result of the execution
      Throws:
      ExecutionException