Uses of Interface
com.google.debugging.sourcemap.SourceMapping
Packages that use SourceMapping
-
Uses of SourceMapping in com.google.debugging.sourcemap
Subinterfaces of SourceMapping in com.google.debugging.sourcemapModifier and TypeInterfaceDescriptioninterfaceA SourceMapConsumer is a SourceMapping provide that can parse from a raw string.interfaceA SourceMappingReversable is a SourceMapping that can provide the reverse (source → target) source mapping.Classes in com.google.debugging.sourcemap that implement SourceMappingModifier and TypeClassDescriptionfinal classClass for parsing version 3 of the SourceMap format, as produced by the Closure Compiler, etc.Methods in com.google.debugging.sourcemap that return SourceMappingModifier and TypeMethodDescriptionstatic SourceMappingstatic SourceMappingSourceMapConsumerFactory.parse(String contents, @Nullable SourceMapSupplier supplier)