Uses of Interface
com.google.debugging.sourcemap.SourceMapSupplier
-
Packages that use SourceMapSupplier Package Description com.google.debugging.sourcemap -
-
Uses of SourceMapSupplier in com.google.debugging.sourcemap
Methods in com.google.debugging.sourcemap with parameters of type SourceMapSupplier Modifier and Type Method Description static SourceMapping
SourceMapConsumerFactory. parse(java.lang.String contents, @Nullable SourceMapSupplier supplier)
void
SourceMapConsumerV3. parse(SourceMapObject sourceMapObject, @Nullable SourceMapSupplier sectionSupplier)
Parses the given contents containing a source map.
-