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

Method getFieldOrder

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

Source from the content-addressed store, hash-verified

72 }
73
74 @Override
75 public List getFieldOrder() {
76 return Arrays.asList("type", "value", "size", "access", "avx_bcast", "avx_zero_opmask");
77 }
78 }
79
80 public static class UnionOpInfo extends Capstone.UnionOpInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected