Class AbstractCommandLeftValueListed
java.lang.Object
com.scriptbasic.executors.commands.AbstractCommand
com.scriptbasic.executors.commands.AbstractCommandLeftValueListed
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
- Direct Known Subclasses:
CommandGlobal,CommandLocal
public abstract class AbstractCommandLeftValueListed extends AbstractCommand
- Author:
- Peter Verhas date Jul 14, 2012
-
Constructor Summary
Constructors Constructor Description AbstractCommandLeftValueListed() -
Method Summary
Modifier and Type Method Description LeftValueListgetLeftValueList()voidsetLeftValueList(LeftValueList leftValueList)Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, execute, getNextCommand, setNextCommand
-
Constructor Details
-
AbstractCommandLeftValueListed
public AbstractCommandLeftValueListed()
-
-
Method Details
-
getLeftValueList
- Returns:
- the leftValueList
-
setLeftValueList
- Parameters:
leftValueList- the leftValueList to set
-