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

Method getFieldOrder

bindings/java/capstone/Arm64.java:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 @Override
109 public List getFieldOrder() {
110 return Arrays.asList("cc", "_update_flags", "_writeback", "op_count", "op");
111 }
112 }
113
114 public static class OpInfo extends Capstone.OpInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected