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

Method getFieldOrder

bindings/java/capstone/Arm.java:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected