Class CommandLocal
java.lang.Object
com.scriptbasic.executors.commands.AbstractCommand
com.scriptbasic.executors.commands.AbstractCommandLeftValueListed
com.scriptbasic.executors.commands.CommandLocal
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
public class CommandLocal extends AbstractCommandLeftValueListed
-
Constructor Summary
Constructors Constructor Description CommandLocal() -
Method Summary
Modifier and Type Method Description voidexecute(Interpreter interpreter)Methods inherited from class com.scriptbasic.executors.commands.AbstractCommandLeftValueListed
getLeftValueList, setLeftValueListMethods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, getNextCommand, setNextCommand
-
Constructor Details
-
CommandLocal
public CommandLocal()
-
-
Method Details
-
execute
- Specified by:
executein interfaceExecutor- Specified by:
executein classAbstractCommand- Parameters:
interpreter- parameter- Throws:
ScriptBasicException- in case there was an exception
-