Uses of Class
de.inetsoftware.jwebassembly.module.StaticCodeBuilder.ScanState
Packages that use StaticCodeBuilder.ScanState
-
Uses of StaticCodeBuilder.ScanState in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module that return StaticCodeBuilder.ScanStateModifier and TypeMethodDescriptionprivate StaticCodeBuilder.ScanState
StaticCodeBuilder.scan
(FunctionName name, LinkedHashMap<String, FunctionName> constructors) Scan for for references to other classesMethods in de.inetsoftware.jwebassembly.module with parameters of type StaticCodeBuilder.ScanStateModifier and TypeMethodDescriptionprivate void
StaticCodeBuilder.patch
(StaticCodeBuilder.ScanState scan, LinkedHashMap<String, StaticCodeBuilder.ScanState> scans) Patch static constructor (class initializer)Method parameters in de.inetsoftware.jwebassembly.module with type arguments of type StaticCodeBuilder.ScanStateModifier and TypeMethodDescriptionprivate void
StaticCodeBuilder.patch
(StaticCodeBuilder.ScanState scan, LinkedHashMap<String, StaticCodeBuilder.ScanState> scans) Patch static constructor (class initializer)