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 FunctionManagerModuleGenerator.functionsprivate FunctionManagerStringManager.functionsprivate FunctionManagerWasmCodeBuilder.functions(package private) final FunctionManagerWasmOptions.functionsMethods in de.inetsoftware.jwebassembly.module with parameters of type FunctionManagerModifier and TypeMethodDescriptionprivate voidTypeManager.StructType.addOrUpdateVTable(FunctionManager functions, FunctionName funcName, boolean isDefault) Add the function to the vtable or replace if already existsprivate voidTypeManager.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 voidTypeManager.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 voidTypeManager.StructType.scanTypeHierarchy(FunctionManager functions, TypeManager types, ClassFileLoader classFileLoader) Write this struct type and initialize internal structures