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

Method getFieldOrder

bindings/java/capstone/X86.java:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 @Override
111 public List getFieldOrder() {
112 return Arrays.asList("prefix", "opcode", "rex", "addr_size",
113 "modrm", "sib", "disp", "sib_index", "sib_scale", "sib_base", "xop_cc", "sse_cc", "avx_cc", "avx_sae", "avx_rm", "eflags", "op_count", "op", "encoding");
114 }
115 }
116
117 public static class OpInfo extends Capstone.OpInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected