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

Method getFieldOrder

bindings/java/capstone/Arm.java:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 public int setend;
35
36 @Override
37 public List getFieldOrder() {
38 return Arrays.asList("reg", "imm", "fp", "mem", "setend");
39 }
40 }
41
42 public static class OpShift extends Structure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected