Package com.dylibso.chicory.wasm.types
Class AnnotatedInstruction
java.lang.Object
com.dylibso.chicory.wasm.types.Instruction
com.dylibso.chicory.wasm.types.AnnotatedInstruction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.dylibso.chicory.wasm.types.Instruction
EMPTY_OPERANDS -
Method Summary
Methods inherited from class com.dylibso.chicory.wasm.types.Instruction
address, opcode, operand, operandCount, operands
-
Field Details
-
UNDEFINED_LABEL
public static final int UNDEFINED_LABEL- See Also:
-
-
Method Details
-
labelTrue
public int labelTrue() -
labelFalse
public int labelFalse() -
labelTable
-
depth
public int depth() -
scope
-
toString
- Overrides:
toStringin classInstruction
-
builder
-
equals
- Overrides:
equalsin classInstruction
-
hashCode
public int hashCode()- Overrides:
hashCodein classInstruction
-