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

Method read

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

Source from the content-addressed store, hash-verified

63 }
64
65 public void read() {
66 readField("cc");
67 readField("hint");
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