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

Method getFieldOrder

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

Source from the content-addressed store, hash-verified

78 }
79
80 @Override
81 public List getFieldOrder() {
82 return Arrays.asList("vector_index", "vas", "shift", "ext", "type", "value", "access");
83 }
84 }
85
86 public static class UnionOpInfo extends Capstone.UnionOpInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected