Class CommandLet
java.lang.Object
com.scriptbasic.executors.commands.AbstractCommand
com.scriptbasic.executors.commands.CommandLet
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(Interpreter interpreter) voidsetExpression(Expression expression) voidsetLeftValue(LeftValue leftValue) Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, getNextCommand, setNextCommand
-
Constructor Details
-
CommandLet
public CommandLet()
-
-
Method Details
-
setLeftValue
-
setExpression
-
execute
- Specified by:
executein interfaceExecutor- Specified by:
executein classAbstractCommand- Parameters:
interpreter- parameter- Throws:
ScriptBasicException- in case there was an exception
-