Uses of Class
de.inetsoftware.jwebassembly.module.WatCodeSyntheticFunctionName
Packages that use WatCodeSyntheticFunctionName
-
Uses of WatCodeSyntheticFunctionName in de.inetsoftware.jwebassembly.module
Subclasses of WatCodeSyntheticFunctionName in de.inetsoftware.jwebassembly.moduleModifier and TypeClassDescriptionclass
Synthetic functions for creating multidimensional dimensional arraysMethods in de.inetsoftware.jwebassembly.module that return WatCodeSyntheticFunctionNameModifier and TypeMethodDescription(package private) WatCodeSyntheticFunctionName
TypeManager.createCallInterface()
Create the FunctionName for a interface call.(package private) WatCodeSyntheticFunctionName
TypeManager.createCallVirtual()
Create the FunctionName for a virtual call.(package private) WatCodeSyntheticFunctionName
TypeManager.createCast()
Create the FunctionName for the CAST operation and mark it as used.(package private) WatCodeSyntheticFunctionName
TypeManager.createInstanceOf()
Create the FunctionName for the INSTANCEOF operation and mark it as used.(package private) WatCodeSyntheticFunctionName
TypeManager.getTypeTableMemoryOffsetFunctionName()
Create an accessor for typeTableOffset and mark it.