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

Method getFieldOrder

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

Source from the content-addressed store, hash-verified

87 }
88
89 @Override
90 public List getFieldOrder() {
91 return Arrays.asList("bc", "bh", "update_cr0", "op_count", "op");
92 }
93 }
94
95 public static class OpInfo extends Capstone.OpInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected