| Package | Description |
|---|---|
| com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceMapGeneratorV3.addExtension(String name,
Object object)
Adds field extensions to the json source map.
|
void |
SourceMapGeneratorV3.mergeMapSection(int line,
int column,
String mapSectionContents)
Merges current mapping with
mapSectionContents considering the
offset (line, column). |
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. |
void |
SourceMapConsumerV3.parse(com.google.gson.JsonObject sourceMapRoot)
Parses the given contents containing a source map.
|
void |
SourceMapConsumerV3.parse(com.google.gson.JsonObject sourceMapRoot,
SourceMapSupplier sectionSupplier)
Parses the given contents containing a source map.
|
static SourceMapping |
SourceMapConsumerFactory.parse(String contents) |
void |
SourceMapConsumer.parse(String contents)
Parses the given contents containing a source map to provide initialize
a class providing SourceMapping.
|
void |
SourceMapConsumerV3.parse(String contents)
Parses the given contents containing a source map.
|
static SourceMapping |
SourceMapConsumerFactory.parse(String contents,
SourceMapSupplier supplier) |
void |
SourceMapConsumerV3.parse(String contents,
SourceMapSupplier sectionSupplier)
Parses the given contents containing a source map.
|
Copyright © 2009-2015 Google. All Rights Reserved.