()
| 91 | } |
| 92 | |
| 93 | @Override |
| 94 | public List getFieldOrder() { |
| 95 | return Arrays.asList("type", "value", "size", "access"); |
| 96 | } |
| 97 | } |
| 98 | |
| 99 | public static class UnionOpInfo extends Capstone.UnionOpInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected