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

Method UnionOpInfo

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

Source from the content-addressed store, hash-verified

61 public Operand [] op;
62
63 public UnionOpInfo() {
64 op = new Operand[10];
65 }
66
67 public void read() {
68 readField("op_count");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected