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 voidBinaryModuleWriter.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 voidModuleWriter.writeMethodParamStart(FunctionName name, FunctionType funcType) Write the method header.private voidModuleGenerator.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 voidTextModuleWriter.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 FunctionTypeReturns 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.