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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LeftValueListgetLeftValueList()voidsetLeftValueList(LeftValueList leftValueList)-
Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, execute, getNextCommand, setNextCommand
-
-
-
-
Method Detail
-
getLeftValueList
public LeftValueList getLeftValueList()
- Returns:
- the leftValueList
-
setLeftValueList
public void setLeftValueList(LeftValueList leftValueList)
- Parameters:
leftValueList- the leftValueList to set
-
-