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

Method getFieldOrder

bindings/java/capstone/M680x.java:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 @Override
118 public List getFieldOrder() {
119 return Arrays.asList("flags", "op_count", "op");
120 }
121 }
122
123 public static class OpInfo extends Capstone.OpInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected