| Package | Description |
|---|---|
| com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
| Modifier and Type | Method and Description |
|---|---|
static SourceMapSection |
SourceMapSection.forMap(java.lang.String value,
int line,
int column) |
static SourceMapSection |
SourceMapSection.forURL(java.lang.String value,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceMapGenerator.appendIndexMapTo(java.lang.Appendable out,
java.lang.String name,
java.util.List<SourceMapSection> sections)
Appends the index source map to the given buffer.
|
void |
SourceMapGeneratorV3.appendIndexMapTo(java.lang.Appendable out,
java.lang.String name,
java.util.List<SourceMapSection> sections)
Appends the index source map to the given buffer.
|