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

Method UnionOpInfo

bindings/java/capstone/X86.java:104–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 public Encoding encoding;
103
104 public UnionOpInfo() {
105 op = new Operand[8];
106 opcode = new byte[4];
107 prefix = new byte[4];
108 }
109
110 @Override
111 public List getFieldOrder() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected