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

Method getFieldOrder

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

Source from the content-addressed store, hash-verified

23 public byte flags;
24
25 @Override
26 public List getFieldOrder() {
27 return Arrays.asList("base_reg", "offset_reg", "offset", "offset_addr", "offset_bits", "inc_dec", "flags");
28 }
29 }
30
31 public static class OpRelative extends Structure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected