Uses of Class
de.inetsoftware.jwebassembly.wasm.FunctionType
-
Packages that use FunctionType Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.text de.inetsoftware.jwebassembly.wasm -
-
Uses of FunctionType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type FunctionType Modifier and Type Method Description protected 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 FunctionType Modifier and Type Method Description protected 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 FunctionType Modifier and Type Method Description protected 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 FunctionType Modifier and Type Method Description static FunctionType
FunctionType. valueOf(java.lang.String name)
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.
-