Uses of Class
de.inetsoftware.jwebassembly.binary.Function
Packages that use Function
-
Uses of Function in de.inetsoftware.jwebassembly.binary
Subclasses of Function in de.inetsoftware.jwebassembly.binaryModifier and TypeClassDescription(package private) class
An entry in the import section of the WebAssembly.Fields in de.inetsoftware.jwebassembly.binary declared as FunctionFields in de.inetsoftware.jwebassembly.binary with type parameters of type FunctionMethods in de.inetsoftware.jwebassembly.binary that return FunctionModifier and TypeMethodDescriptionprivate Function
BinaryModuleWriter.getFunction
(FunctionName name) Get the function object for the name.Method parameters in de.inetsoftware.jwebassembly.binary with type arguments of type FunctionModifier and TypeMethodDescriptionprivate void
BinaryModuleWriter.writeDebugFunctionNames
(Set<? extends Map.Entry<String, ? extends Function>> entries, WasmOutputStream section) Write function names to the custom "name" section.private void
BinaryModuleWriter.writeDebugParameternNames
(Set<? extends Map.Entry<String, ? extends Function>> entries, WasmOutputStream section) Write parameter names to the custom "name" section.