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

Method read

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

Source from the content-addressed store, hash-verified

107 }
108
109 public void read() {
110 readField("flags");
111 readField("op_count");
112 op = new Operand[op_count];
113 if (op_count != 0)
114 readField("op");
115 }
116
117 @Override
118 public List getFieldOrder() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected