Package com.scriptbasic.interfaces
Interface Executor
- All Known Subinterfaces:
Command
- All Known Implementing Classes:
AbstractCommand,AbstractCommandExpressionListed,AbstractCommandIfElseKind,AbstractCommandIfKind,AbstractCommandLeftValueListed,AbstractCommandSelectPart,AbstractInsecureCommand,CommandCall,CommandCase,CommandElse,CommandElseIf,CommandEndIf,CommandEndSelect,CommandEndSub,CommandFor,CommandGlobal,CommandIf,CommandLet,CommandLocal,CommandMethod,CommandNext,CommandPrint,CommandReturn,CommandSelect,CommandSub,CommandUse,CommandWend,CommandWhile
public interface Executor
-
Method Summary
-
Method Details
-
execute
- Parameters:
interpreter- parameter- Throws:
ScriptBasicException- in case there was an exception
-