Uses of Class
com.dylibso.chicory.wasm.types.BlockType
-
Packages that use BlockType Package Description com.dylibso.chicory.wasm.types -
-
Uses of BlockType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return BlockType Modifier and Type Method Description static BlockTypeBlockType. valueOf(String name)Returns the enum constant of this type with the specified name.static BlockType[]BlockType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.dylibso.chicory.wasm.types with parameters of type BlockType Constructor Description CodeBlock(BlockType type)
-