Uses of Class
com.dylibso.chicory.wasm.types.AnnotatedInstruction.Builder
Packages that use AnnotatedInstruction.Builder
-
Uses of AnnotatedInstruction.Builder in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return AnnotatedInstruction.BuilderModifier and TypeMethodDescriptionstatic AnnotatedInstruction.BuilderAnnotatedInstruction.builder()AnnotatedInstruction.Builder.from(Instruction ins) AnnotatedInstruction.Builder.updateLabelFalse(int label) AnnotatedInstruction.Builder.withDepth(int depth) AnnotatedInstruction.Builder.withLabelFalse(int label) AnnotatedInstruction.Builder.withLabelTable(List<Integer> labelTable) AnnotatedInstruction.Builder.withLabelTrue(int label) AnnotatedInstruction.Builder.withScope(Instruction scope)