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 Details

    • AbstractCommandExpressionListed

      public AbstractCommandExpressionListed()
  • Method Details

    • getExpressionList

      public ExpressionList getExpressionList()
      Returns:
      the expressionList
    • setExpressionList

      public void setExpressionList(ExpressionList expressionList)
      Parameters:
      expressionList - the expressionList to set