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 FunctionManager
ModuleGenerator. functions
private FunctionManager
StringManager. functions
private FunctionManager
WasmCodeBuilder. functions
(package private) FunctionManager
WasmOptions. functions
Methods in de.inetsoftware.jwebassembly.module with parameters of type FunctionManager Modifier and Type Method Description private 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(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 void
TypeManager.StructType. scanTypeHierarchy(FunctionManager functions, TypeManager types, ClassFileLoader classFileLoader)
Write this struct type and initialize internal structures
-