Uses of Class
de.inetsoftware.jwebassembly.binary.Function
-
Packages that use Function Package Description de.inetsoftware.jwebassembly.binary -
-
Uses of Function in de.inetsoftware.jwebassembly.binary
Subclasses of Function in de.inetsoftware.jwebassembly.binary Modifier and Type Class Description (package private) class
ImportFunction
An entry in the import section of the WebAssembly.Fields in de.inetsoftware.jwebassembly.binary declared as Function Modifier and Type Field Description private Function
BinaryModuleWriter. function
Fields in de.inetsoftware.jwebassembly.binary with type parameters of type Function Modifier and Type Field Description private java.util.Map<java.lang.String,Function>
BinaryModuleWriter. abstracts
private java.util.Map<java.lang.String,Function>
BinaryModuleWriter. functions
Methods in de.inetsoftware.jwebassembly.binary that return Function Modifier and Type Method Description private Function
BinaryModuleWriter. getFunction(FunctionName name)
Get the function object for the name.Method parameters in de.inetsoftware.jwebassembly.binary with type arguments of type Function Modifier and Type Method Description private void
BinaryModuleWriter. writeDebugFunctionNames(java.util.Set<? extends java.util.Map.Entry<java.lang.String,? extends Function>> entries, WasmOutputStream section)
Write function names to the custom "name" section.private void
BinaryModuleWriter. writeDebugParameternNames(java.util.Set<? extends java.util.Map.Entry<java.lang.String,? extends Function>> entries, WasmOutputStream section)
Write parameter names to the custom "name" section.
-