Uses of Interface
com.google.debugging.sourcemap.SourceMapping
-
Packages that use SourceMapping Package Description com.google.debugging.sourcemap -
-
Uses of SourceMapping in com.google.debugging.sourcemap
Subinterfaces of SourceMapping in com.google.debugging.sourcemap Modifier and Type Interface Description interfaceSourceMapConsumerA SourceMapConsumer is a SourceMapping provide that can parse from a raw string.interfaceSourceMappingReversableA SourceMappingReversable is a SourceMapping that can provide the reverse (source → target) source mapping.Classes in com.google.debugging.sourcemap that implement SourceMapping Modifier and Type Class Description classSourceMapConsumerV3Class for parsing version 3 of the SourceMap format, as produced by the Closure Compiler, etc.Methods in com.google.debugging.sourcemap that return SourceMapping Modifier and Type Method Description static SourceMappingSourceMapConsumerFactory. parse(java.lang.String contents)static SourceMappingSourceMapConsumerFactory. parse(java.lang.String contents, SourceMapSupplier supplier)
-