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

Method read

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected