()
| 107 | } |
| 108 | |
| 109 | public void read() { |
| 110 | readField("flags"); |
| 111 | readField("op_count"); |
| 112 | op = new Operand[op_count]; |
| 113 | if (op_count != 0) |
| 114 | readField("op"); |
| 115 | } |
| 116 | |
| 117 | @Override |
| 118 | public List getFieldOrder() { |
nothing calls this directly
no outgoing calls
no test coverage detected