Uses of Class
de.inetsoftware.jwebassembly.sourcemap.SourceMapping
Packages that use SourceMapping
-
Uses of SourceMapping in de.inetsoftware.jwebassembly.binary
Fields in de.inetsoftware.jwebassembly.binary with type parameters of type SourceMappingModifier and TypeFieldDescription(package private) ArrayList
<SourceMapping> Function.sourceMappings
-
Uses of SourceMapping in de.inetsoftware.jwebassembly.sourcemap
Fields in de.inetsoftware.jwebassembly.sourcemap with type parameters of type SourceMappingMethods in de.inetsoftware.jwebassembly.sourcemap with parameters of type SourceMappingModifier and TypeMethodDescriptionvoid
SourceMapWriter.addMapping
(SourceMapping mapping) Adds a mapping for the given node.(package private) void
SourceMapWriter.Generator.writeEntry
(SourceMapping mapping) Write a single single mapping to the source map.