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

Method getFieldOrder

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected