Uses of Class
de.inetsoftware.jwebassembly.module.FunctionManager
-
Packages that use FunctionManager Package Description de.inetsoftware.jwebassembly.module -
-
Uses of FunctionManager in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as FunctionManager Modifier and Type Field Description private FunctionManagerModuleGenerator. functionsprivate FunctionManagerStringManager. functionsprivate FunctionManagerWasmCodeBuilder. functions(package private) FunctionManagerWasmOptions. functionsMethods in de.inetsoftware.jwebassembly.module with parameters of type FunctionManager Modifier and Type Method Description private 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(java.lang.String className, FunctionManager functions, TypeManager types, ClassFileLoader classFileLoader, java.util.HashSet<java.lang.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
-