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 interface
SourceMapConsumer
A SourceMapConsumer is a SourceMapping provide that can parse from a raw string.interface
SourceMappingReversable
A 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 class
SourceMapConsumerV3
Class 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 SourceMapping
SourceMapConsumerFactory. parse(java.lang.String contents)
static SourceMapping
SourceMapConsumerFactory. parse(java.lang.String contents, @Nullable SourceMapSupplier supplier)
-