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