Interface ListExpression

All Superinterfaces:
Expression

public interface ListExpression extends Expression
Represents a list expression node in the expression tree.
  • Method Details

    • getLeftOperationExpression

      Expression getLeftOperationExpression()
      Returns an Expression subtree of the left operation.
      Returns:
      Expression sub tree of the left operation
    • getOperation

      ListExpression.Operation getOperation()
      Returns the list expression's operation.
      Returns:
      the operation of the list Expression
    • getRightOperationExpressions

      List<Expression> getRightOperationExpressions()
      Returns a list of the right Expression operations.
      Returns:
      the expression list