Package com.dylibso.chicory.wasm.types
Class CodeBlock
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.CodeBlock
-
public class CodeBlock extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInstruction(Instruction i)List<Instruction>instructions()
-
-
-
Constructor Detail
-
CodeBlock
public CodeBlock(BlockType type)
-
-
Method Detail
-
addInstruction
public void addInstruction(Instruction i)
-
instructions
public List<Instruction> instructions()
-
-