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

Method getFieldOrder

bindings/java/capstone/Systemz.java:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 @Override
52 public List getFieldOrder() {
53 return Arrays.asList("type", "value");
54 }
55 }
56
57 public static class UnionOpInfo extends Capstone.UnionOpInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected