Package com.dylibso.chicory.wasm.types
Class Instruction
java.lang.Object
com.dylibso.chicory.wasm.types.Instruction
- Direct Known Subclasses:
AnnotatedInstruction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY_OPERANDS
public static final long[] EMPTY_OPERANDS
-
-
Constructor Details
-
Instruction
-
-
Method Details
-
address
public int address() -
opcode
-
operands
public long[] operands() -
operandCount
public int operandCount() -
operand
public long operand(int index) -
toString
-
equals
-
hashCode
public int hashCode()
-