Uses of Class
de.inetsoftware.jwebassembly.module.FunctionManager
Packages that use FunctionManager
-
Uses of FunctionManager in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as FunctionManagerModifier and TypeFieldDescriptionprivate final FunctionManager
ModuleGenerator.functions
private FunctionManager
StringManager.functions
private FunctionManager
WasmCodeBuilder.functions
(package private) final FunctionManager
WasmOptions.functions
Methods in de.inetsoftware.jwebassembly.module with parameters of type FunctionManagerModifier and TypeMethodDescriptionprivate void
TypeManager.StructType.addOrUpdateVTable
(FunctionManager functions, FunctionName funcName, boolean isDefault) Add the function to the vtable or replace if already existsprivate void
TypeManager.StructType.listInterfaces
(FunctionManager functions, TypeManager types, ClassFileLoader classFileLoader) List all interfaces of this StructType and and mark all instance methods of used interface methods.private void
TypeManager.StructType.listStructFields
(String className, FunctionManager functions, TypeManager types, ClassFileLoader classFileLoader, HashSet<String> allNeededFields) List the non static fields of the class and its super classes.private void
TypeManager.StructType.scanTypeHierarchy
(FunctionManager functions, TypeManager types, ClassFileLoader classFileLoader) Write this struct type and initialize internal structures