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

Method OpInfo

bindings/java/capstone/Xcore.java:79–81  ·  view source on GitHub ↗
(UnionOpInfo op_info)

Source from the content-addressed store, hash-verified

77 public Operand [] op;
78
79 public OpInfo(UnionOpInfo op_info) {
80 op = op_info.op;
81 }
82 }
83}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected