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 SourceMappingSourceMapConsumerFactory. parse(java.lang.String contents, SourceMapSupplier supplier)voidSourceMapConsumerV3. parse(SourceMapObject sourceMapObject, SourceMapSupplier sectionSupplier)Parses the given contents containing a source map.
-