Package com.dylibso.chicory.wasm.types
Class AnnotatedInstruction.Builder
java.lang.Object
com.dylibso.chicory.wasm.types.AnnotatedInstruction.Builder
- Enclosing class:
AnnotatedInstruction
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(Instruction ins) opcode()scope()updateLabelFalse(int label) withDepth(int depth) withLabelFalse(int label) withLabelTable(List<Integer> labelTable) withLabelTrue(int label) withScope(Instruction scope)
-
Method Details
-
opcode
-
scope
-
from
-
withDepth
-
withLabelTrue
-
withLabelFalse
-
updateLabelFalse
-
withLabelTable
-
withScope
-
build
-