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

Method OpInfo

bindings/java/capstone/Systemz.java:86–89  ·  view source on GitHub ↗
(UnionOpInfo op_info)

Source from the content-addressed store, hash-verified

84 public Operand [] op;
85
86 public OpInfo(UnionOpInfo op_info) {
87 cc = op_info.cc;
88 op = op_info.op;
89 }
90 }
91}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected