Uses of Interface
com.google.debugging.sourcemap.SourceMapGenerator
-
Packages that use SourceMapGenerator Package Description com.google.debugging.sourcemap -
-
Uses of SourceMapGenerator in com.google.debugging.sourcemap
Classes in com.google.debugging.sourcemap that implement SourceMapGenerator Modifier and Type Class Description class
SourceMapGeneratorV3
Collects information mapping the generated (compiled) source back to its original source for debugging purposes.Methods in com.google.debugging.sourcemap that return SourceMapGenerator Modifier and Type Method Description static SourceMapGenerator
SourceMapGeneratorFactory. getInstance(SourceMapFormat format)
-