Interface IBinaryOperator

All Known Implementing Classes:
ExprBinaryOperator

public interface IBinaryOperator
  • Method Details

    • getLHS

      Expr getLHS()
    • setLHS

      void setLHS(Expr lhs)
    • getRHS

      Expr getRHS()
    • setRHS

      void setRHS(Expr rhs)