Interface BinaryExpr

    • Method Detail

      • getLHS

        Expr getLHS()
        Returns the left-hand side of the binary expression.
        Returns:
        the left hand side expression
      • getRHS

        Expr getRHS()
        Returns the right-hand side of the binary expression.
        Returns:
        the right-hand side expression
      • getOperator

        java.lang.String getOperator()
        Returns the operator for the binary expression such as "+" or "div".
        Returns:
        the operator for the expression