| Package | Description |
|---|---|
| com.github.sommeri.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) |
void |
SourceMapConsumerV3.parse(org.json.JSONObject sourceMapRoot)
Parses the given contents containing a source map.
|
void |
SourceMapConsumerV3.parse(org.json.JSONObject sourceMapRoot,
SourceMapSupplier sectionSupplier)
Parses the given contents containing a source map.
|
void |
SourceMapConsumerV3.parse(String contents)
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,
SourceMapSupplier sectionSupplier)
Parses the given contents containing a source map.
|
static SourceMapping |
SourceMapConsumerFactory.parse(String contents,
SourceMapSupplier supplier) |
Copyright © 2012-2014. All Rights Reserved.