()
| 78 | } |
| 79 | |
| 80 | @Override |
| 81 | public List getFieldOrder() { |
| 82 | return Arrays.asList("vector_index", "vas", "shift", "ext", "type", "value", "access"); |
| 83 | } |
| 84 | } |
| 85 | |
| 86 | public static class UnionOpInfo extends Capstone.UnionOpInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected