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()ExternalTypeFunctionImport. importType()ExternalTypeGlobalImport. importType()abstract ExternalTypeImport. importType()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.Methods in com.dylibso.chicory.wasm.types with parameters of type ExternalType Modifier and Type Method Description intImportSection. count(ExternalType type)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.
-