()
| 2869 | } |
| 2870 | |
| 2871 | @Override |
| 2872 | public String toString() { |
| 2873 | return getBinding().toString() + getOperands(); |
| 2874 | } |
| 2875 | |
| 2876 | public static final Descriptor DESCRIPTOR_0 = new Descriptor(Operands.TWO, Data.ZERO, "EXPR_invoke") { |
| 2877 | @SuppressWarnings("unchecked") |
nothing calls this directly
no test coverage detected