java.lang.Object
com.aquima.interactions.expressions.parser.ParseNodeBase
com.aquima.interactions.expressions.r7.parser.nodes.ExprListNode
All Implemented Interfaces:
IParseNode

public class ExprListNode extends ParseNodeBase
Parse node representing a list of expressions.
Since:
6.4
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

    • ExprListNode

      public ExprListNode()
      Constructs an empty parse node.
    • ExprListNode

      public ExprListNode(IParseNode... expressions)
      Constructs the parse node with one or more expression nodes.
      Parameters:
      expressions - An array of expression nodes.
  • Method Details

    • getExpressions

      public IParseNode[] getExpressions()
      this method returns an array containing all the expression nodes of this list.
      Returns:
      an array containing all the expression nodes of this list.