Uses of Class
com.dylibso.chicory.wasm.types.ExternalType
-
Packages that use ExternalType Package Description com.dylibso.chicory.wasm.types -
-
Uses of ExternalType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return ExternalType Modifier and Type Method Description static ExternalTypeExternalType. byId(int id)ExternalTypeExport. exportType(){@return the type of exported definition}ExternalTypeFunctionImport. importType()ExternalTypeGlobalImport. importType()abstract ExternalTypeImport. importType(){@return the kind of imported definition}ExternalTypeMemoryImport. importType()ExternalTypeTableImport. importType()static ExternalTypeExternalType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalType[]ExternalType. 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 ExternalType Constructor Description Export(String name, int index, ExternalType exportType)Construct a new instance.
-