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

Method read

bindings/java/capstone/Mips.java:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public void read() {
68 readField("op_count");
69 op = new Operand[op_count];
70 if (op_count != 0)
71 readField("op");
72 }
73
74 @Override
75 public List getFieldOrder() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected