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

Method getFieldOrder

bindings/java/capstone/Ppc.java:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 @Override
62 public List getFieldOrder() {
63 return Arrays.asList("type", "value");
64 }
65 }
66
67 public static class UnionOpInfo extends Capstone.UnionOpInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected