void |
SourceMapGeneratorV3.addExtension(java.lang.String name,
java.lang.Object object) |
Adds field extensions to the json source map.
|
void |
SourceMapGeneratorV3.mergeMapSection(int line,
int column,
java.lang.String mapSectionContents) |
Merges current mapping with mapSectionContents considering the offset (line,
column) .
|
void |
SourceMapGeneratorV3.mergeMapSection(int line,
int column,
java.lang.String mapSectionContents,
SourceMapGeneratorV3.ExtensionMergeAction mergeAction) |
|
void |
SourceMapConsumer.parse(java.lang.String contents) |
Parses the given contents containing a source map to provide initialize
a class providing SourceMapping.
|
static SourceMapping |
SourceMapConsumerFactory.parse(java.lang.String contents) |
|
static SourceMapping |
SourceMapConsumerFactory.parse(java.lang.String contents,
@Nullable SourceMapSupplier supplier) |
|
void |
SourceMapConsumerV3.parse(SourceMapObject sourceMapObject,
@Nullable SourceMapSupplier sectionSupplier) |
Parses the given contents containing a source map.
|
void |
SourceMapConsumerV3.parse(java.lang.String contents) |
Parses the given contents containing a source map.
|
static SourceMapObject |
SourceMapObjectParser.parse(java.lang.String contents) |
|