Class AbstractCommandExpressionListed
- java.lang.Object
-
- com.scriptbasic.executors.commands.AbstractCommand
-
- com.scriptbasic.executors.commands.AbstractCommandExpressionListed
-
- All Implemented Interfaces:
AnalysisResult,Executor,NestedStructure,Command
- Direct Known Subclasses:
CommandCall,CommandPrint
public abstract class AbstractCommandExpressionListed extends AbstractCommand
- Author:
- Peter Verhas date Jul 14, 2012
-
-
Constructor Summary
Constructors Constructor Description AbstractCommandExpressionListed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionListgetExpressionList()voidsetExpressionList(ExpressionList expressionList)-
Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, execute, getNextCommand, setNextCommand
-
-
-
-
Method Detail
-
getExpressionList
public ExpressionList getExpressionList()
- Returns:
- the expressionList
-
setExpressionList
public void setExpressionList(ExpressionList expressionList)
- Parameters:
expressionList- the expressionList to set
-
-