()
| 58 | } |
| 59 | |
| 60 | @Override |
| 61 | protected void validate() { |
| 62 | assert (Exps.holdsInt(operand1) && Exps.holdsInt(operand2)) || |
| 63 | operand1.getType().equals(operand2.getType()); |
| 64 | assert Exps.holdsPrimitive(operand1); |
| 65 | } |
| 66 | |
| 67 | @Override |
| 68 | public Op getOperator() { |
nothing calls this directly
no test coverage detected