Package com.scriptbasic.interfaces
Interface Executor
-
- All Known Subinterfaces:
Command
- All Known Implementing Classes:
AbstractCommand,AbstractCommandExpressionListed,AbstractCommandIfElseKind,AbstractCommandIfKind,AbstractCommandLeftValueListed,AbstractInsecureCommand,CommandCall,CommandElse,CommandElseIf,CommandEndIf,CommandEndSub,CommandFor,CommandGlobal,CommandIf,CommandLet,CommandLocal,CommandMethod,CommandNext,CommandPrint,CommandReturn,CommandSub,CommandUse,CommandWend,CommandWhile
public interface Executor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Interpreter interpreter)
-
-
-
Method Detail
-
execute
void execute(Interpreter interpreter) throws ScriptBasicException
- Parameters:
interpreter- parameter- Throws:
ScriptBasicException- in case there was an exception
-
-