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

Method getFieldOrder

bindings/java/capstone/Arm64.java:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 public int disp;
20
21 @Override
22 public List getFieldOrder() {
23 return Arrays.asList("base", "index", "disp");
24 }
25 }
26
27 public static class OpValue extends Union {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected