()
| 51 | readField("value"); |
| 52 | } |
| 53 | @Override |
| 54 | public List getFieldOrder() { |
| 55 | return Arrays.asList("type", "value"); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | public static class UnionOpInfo extends Capstone.UnionOpInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected