Interface BinaryExpression

    • Method Detail

      • getExpression1

        Expression getExpression1()
        Returns the expression that represents the first (left) value that will be used in the computation of another value.
      • getExpression2

        Expression getExpression2()
        Returns the expression that represents the second (right) value that will be used in the computation of another value.