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

Method getFieldOrder

bindings/java/capstone/M680x.java:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 public byte const_val;
59
60 @Override
61 public List getFieldOrder() {
62 return Arrays.asList("imm", "reg", "idx", "rel", "ext", "direct_addr", "const_val");
63 }
64 }
65
66 public static class Operand extends Structure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected