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

Method getFieldOrder

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected