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