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(String value,
int line,
int column) |
static SourceMapSection |
SourceMapSection.forURL(String value,
int line,
int column) |
Modifier and Type | Method and Description |
---|---|
void |
SourceMapGeneratorV3.appendIndexMapTo(Appendable out,
String name,
List<SourceMapSection> sections)
Appends the index source map to the given buffer.
|
void |
SourceMapGenerator.appendIndexMapTo(Appendable out,
String name,
List<SourceMapSection> sections)
Appends the index source map to the given buffer.
|
Copyright © 2009-2015 Google. All Rights Reserved.