Class CommandLet
java.lang.Object
com.scriptbasic.executors.commands.AbstractCommand
com.scriptbasic.executors.commands.CommandLet
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
public class CommandLet extends AbstractCommand
-
Constructor Summary
Constructors Constructor Description CommandLet() -
Method Summary
Modifier and Type Method Description voidexecute(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
-