Uses of Class
com.dylibso.chicory.wasm.types.MutabilityType
-
Packages that use MutabilityType Package Description com.dylibso.chicory.wasm.types -
-
Uses of MutabilityType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return MutabilityType Modifier and Type Method Description static MutabilityTypeMutabilityType. byId(long id)MutabilityTypeGlobal. mutabilityType()static MutabilityTypeMutabilityType. valueOf(String name)Returns the enum constant of this type with the specified name.static MutabilityType[]MutabilityType. 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 MutabilityType Constructor Description Global(ValueType valueType, MutabilityType mutabilityType, Instruction[] init)ImportDesc(ImportDescType type, MutabilityType mutabilityType, ValueType valType)
-