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) classImportFunctionAn entry in the import section of the WebAssembly.Fields in de.inetsoftware.jwebassembly.binary declared as Function Modifier and Type Field Description private FunctionBinaryModuleWriter. functionFields 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. abstractsprivate java.util.Map<java.lang.String,Function>BinaryModuleWriter. functionsMethods in de.inetsoftware.jwebassembly.binary that return Function Modifier and Type Method Description private FunctionBinaryModuleWriter. 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 voidBinaryModuleWriter. 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 voidBinaryModuleWriter. 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.
-