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