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

Method getFieldOrder

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

Source from the content-addressed store, hash-verified

43 public byte indirect;
44
45 @Override
46 public List getFieldOrder() {
47 return Arrays.asList("address", "indirect");
48 }
49 }
50
51 public static class OpValue extends Union {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected