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

Method getFieldOrder

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

Source from the content-addressed store, hash-verified

33 public short offset;
34
35 @Override
36 public List getFieldOrder() {
37 return Arrays.asList("address", "offset");
38 }
39 }
40
41 public static class OpExtended extends Structure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected