|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| SourceMapConsumer | A SourceMapConsumer is a SourceMapping provide that can parse from a raw string. |
| SourceMapGenerator | Collects information mapping the generated (compiled) source back to its original source for debugging purposes |
| SourceMapping | Interface for provide a way of mapping (line, column) positions back to positions in the original (uncompiled) source code. |
| SourceMappingReversable | A SourceMappingReversable is a SourceMapping that can provide the reverse (source --> target) source mapping. |
| SourceMapSupplier | A class for mapping source map names to the actual contents. |
| Class Summary | |
|---|---|
| FilePosition | Represents a position in a source file. |
| SourceMapConsumerFactory | Detect and parse the provided source map. |
| SourceMapConsumerV1 | Class for parsing and representing a SourceMap, as produced by the Closure Compiler, Caja-Compiler, etc. |
| SourceMapConsumerV2 | Class for parsing version 2 of the SourceMap format, as produced by the Closure Compiler, etc. |
| SourceMapConsumerV3 | Class for parsing version 3 of the SourceMap format, as produced by the Closure Compiler, etc. |
| SourceMapGeneratorFactory | |
| 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.LineMapEncoder | |
| SourceMapGeneratorV3 | Collects information mapping the generated (compiled) source back to its original source for debugging purposes. |
| SourceMapSection | A class representing a partial source map. |
| Enum Summary | |
|---|---|
| SourceMapFormat | A list of currently support SourceMap format revisions. |
| SourceMapSection.SectionType | |
| Exception Summary | |
|---|---|
| SourceMapParseException | Throw if an invalid or unknown source map is encountered. |
Provides utilities to the creation and use of source maps.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||