()
| 2686 | } |
| 2687 | |
| 2688 | @Override |
| 2689 | public String toString() { |
| 2690 | return "(" + getType() + ") " + getOperand(); |
| 2691 | } |
| 2692 | |
| 2693 | public static final Descriptor DESCRIPTOR_0 = new Descriptor(Operands.TWO, Data.ZERO, "EXPR_cast") { |
| 2694 | @Override |
nothing calls this directly
no test coverage detected