Uses of Enum
de.inetsoftware.jwebassembly.wasm.FunctionType
Packages that use FunctionType
Package
Description
-
Uses of FunctionType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type FunctionTypeModifier and TypeMethodDescriptionprotected void
BinaryModuleWriter.writeMethodParamStart
(FunctionName name, FunctionType funcType) Write the method header. -
Uses of FunctionType in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type FunctionTypeModifier and TypeMethodDescriptionprotected abstract void
ModuleWriter.writeMethodParamStart
(FunctionName name, FunctionType funcType) Write the method header.private void
ModuleGenerator.writeMethodSignature
(FunctionName name, FunctionType funcType, WasmCodeBuilder codeBuilder) Write the parameter and return signatures -
Uses of FunctionType in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type FunctionTypeModifier and TypeMethodDescriptionprotected void
TextModuleWriter.writeMethodParamStart
(FunctionName name, FunctionType funcType) Write the method header. -
Uses of FunctionType in de.inetsoftware.jwebassembly.wasm
Methods in de.inetsoftware.jwebassembly.wasm that return FunctionTypeModifier and TypeMethodDescriptionstatic FunctionType
Returns the enum constant of this type with the specified name.static FunctionType[]
FunctionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.