Uses of Class
de.inetsoftware.jwebassembly.sourcemap.SourceMapping
-
Packages that use SourceMapping Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.sourcemap -
-
Uses of SourceMapping in de.inetsoftware.jwebassembly.binary
Fields in de.inetsoftware.jwebassembly.binary with type parameters of type SourceMapping Modifier and Type Field Description (package private) java.util.ArrayList<SourceMapping>
Function. sourceMappings
-
Uses of SourceMapping in de.inetsoftware.jwebassembly.sourcemap
Fields in de.inetsoftware.jwebassembly.sourcemap with type parameters of type SourceMapping Modifier and Type Field Description private java.util.List<SourceMapping>
SourceMapWriter. mappings
Methods in de.inetsoftware.jwebassembly.sourcemap with parameters of type SourceMapping Modifier and Type Method Description void
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.
-