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()MutabilityTypeGlobalImport. mutabilityType(){@return the mutability type of the global}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, List<Instruction> init)GlobalImport(String moduleName, String name, MutabilityType mutabilityType, ValueType type)Construct a new instance.
-