Uses of Enum
com.dylibso.chicory.wasm.types.ExternalType
Packages that use ExternalType
-
Uses of ExternalType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return ExternalTypeModifier and TypeMethodDescriptionstatic ExternalTypeExternalType.byId(int id) Export.exportType()FunctionImport.importType()GlobalImport.importType()abstract ExternalTypeImport.importType()MemoryImport.importType()TableImport.importType()TagImport.importType()static ExternalTypeReturns 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 ExternalTypeConstructors in com.dylibso.chicory.wasm.types with parameters of type ExternalTypeModifierConstructorDescriptionExport(String name, int index, ExternalType exportType) Construct a new instance.