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

Method UnionOpInfo

bindings/java/capstone/Xcore.java:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 public Operand [] op;
58
59 public UnionOpInfo() {
60 op = new Operand[8];
61 }
62
63 public void read() {
64 readField("op_count");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected