Uses of Interface
ch.turic.Command

  • Uses of Command in ch.turic

    Classes in ch.turic that implement Command
    Modifier and Type
    Class
    Description
    class 
     
    Methods in ch.turic that return Command
    Modifier and Type
    Method
    Description
    Program.commands()
     
    Methods in ch.turic with parameters of type Command
    Modifier and Type
    Method
    Description
    Interpreter.execute(Command code)
    Executes the provided command within the current execution context.
    Constructors in ch.turic with parameters of type Command
    Modifier
    Constructor
    Description
     
    Program(Command[] commands)
     
  • Uses of Command in ch.turic.commands

    Classes in ch.turic.commands that implement Command
    Modifier and Type
    Class
    Description
    class 
    ch.turic.commands.AbstractCommand