Interface BinaryExpression

All Superinterfaces:
Expression

public interface BinaryExpression extends Expression
Represents a binary 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

      Returns the binary expression's operation.
      Returns:
      the operation of the binary Expression
    • getRightOperationExpression

      Expression getRightOperationExpression()
      Returns an Expression subtree of the right operation.
      Returns:
      the expression subtree