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

Method OpInfo

bindings/java/capstone/Mips.java:84–86  ·  view source on GitHub ↗
(UnionOpInfo e)

Source from the content-addressed store, hash-verified

82 public Operand [] op;
83
84 public OpInfo(UnionOpInfo e) {
85 op = e.op;
86 }
87 }
88}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected