Uses of Class
com.dylibso.chicory.wasm.types.ElementType
-
Packages that use ElementType Package Description com.dylibso.chicory.wasm.types -
-
Uses of ElementType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return ElementType Modifier and Type Method Description static ElementTypeElementType. byId(long id)ElementTypeTable. elementType()static ElementTypeElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementType[]ElementType. 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 ElementType Constructor Description Table(ElementType elementType, Limits limits)
-