MCPcopy Create free account
hub / github.com/capstone-engine/capstone / getFieldOrder

Method getFieldOrder

bindings/java/capstone/M680x.java:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected