Package | Description |
---|---|
com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceMapGeneratorV3.mergeMapSection(int line,
int column,
String mapSectionContents,
SourceMapGeneratorV3.ExtensionMergeAction mergeAction)
Works like
SourceMapGeneratorV3.mergeMapSection(int, int, String) , except that
extensions from the @{code mapSectionContents} are merged to the top level
source map. |
Copyright © 2009-2014 Google. All Rights Reserved.