Package com.google.debugging.sourcemap

Provides utilities to the creation and use of source maps.

See:
          Description

Interface Summary
SourceMapGenerator Collects information mapping the generated (compiled) source back to its original source for debugging purposes
 

Class Summary
FilePosition Represents a position in a source file.
SourceMapGeneratorV1 Collects information mapping the generated (compiled) source back to its original source for debugging purposes.
SourceMapGeneratorV2 Collects information mapping the generated (compiled) source back to its original source for debugging purposes.
SourceMapGeneratorV2.LineMapDecoder A line mapping decoder class used for testing and validation.
SourceMapGeneratorV2.LineMapEncoder  
SourceMapSection A class representing a partial source map.
 

Enum Summary
SourceMapGenerator.Format  
 

Package com.google.debugging.sourcemap Description

Provides utilities to the creation and use of source maps.