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
Modifier and Type Method Description ExpressionListgetExpressionList()voidsetExpressionList(ExpressionList expressionList)Methods inherited from class com.scriptbasic.executors.commands.AbstractCommand
checkedExecute, execute, getNextCommand, setNextCommand
-
Constructor Details
-
AbstractCommandExpressionListed
public AbstractCommandExpressionListed()
-
-
Method Details
-
getExpressionList
- Returns:
- the expressionList
-
setExpressionList
- Parameters:
expressionList- the expressionList to set
-