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

Method getFieldOrder

bindings/java/capstone/Ppc.java:31–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 public int cond;
30
31 @Override
32 public List getFieldOrder() {
33 return Arrays.asList("scale", "reg", "cond");
34 }
35 }
36
37 public static class OpValue extends Union {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected