Uses of Class
de.inetsoftware.jwebassembly.text.Function
-
Packages that use Function Package Description de.inetsoftware.jwebassembly.text -
-
Uses of Function in de.inetsoftware.jwebassembly.text
Fields in de.inetsoftware.jwebassembly.text with type parameters of type Function Modifier and Type Field Description private java.util.Map<java.lang.String,Function>
TextModuleWriter. abstracts
private java.util.Map<java.lang.String,Function>
TextModuleWriter. functions
Methods in de.inetsoftware.jwebassembly.text that return Function Modifier and Type Method Description private Function
TextModuleWriter. getFunction(FunctionName name)
-