Uses of Enum
com.dylibso.chicory.wasm.types.MutabilityType
Packages that use MutabilityType
-
Uses of MutabilityType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return MutabilityTypeModifier and TypeMethodDescriptionstatic MutabilityTypeMutabilityType.forId(int id) Global.mutabilityType()GlobalImport.mutabilityType()static MutabilityTypeReturns 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 MutabilityTypeModifierConstructorDescriptionGlobal(ValueType valueType, MutabilityType mutabilityType, List<Instruction> init) GlobalImport(String moduleName, String name, MutabilityType mutabilityType, ValueType type) Construct a new instance.