Uses of Class
com.google.debugging.sourcemap.SourceMapParseException
Packages that use SourceMapParseException
-
Uses of SourceMapParseException in com.google.debugging.sourcemap
Methods in com.google.debugging.sourcemap that throw SourceMapParseExceptionModifier and TypeMethodDescriptionvoid
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 withmapSectionContents
considering the offset(line, column)
.void
SourceMapGeneratorV3.mergeMapSection
(int line, int column, String mapSectionContents, SourceMapGeneratorV3.ExtensionMergeAction mergeAction) Works likeSourceMapGeneratorV3.mergeMapSection(int, int, String)
, except that extensions from the @{code mapSectionContents} are merged to the top level source map.void
Parses the given contents containing a source map to provide initialize a class providing SourceMapping.static SourceMapping
static SourceMapping
SourceMapConsumerFactory.parse
(String contents, @Nullable SourceMapSupplier supplier) void
SourceMapConsumerV3.parse
(SourceMapObject sourceMapObject, @Nullable SourceMapSupplier sectionSupplier) Parses the given contents containing a source map.void
Parses the given contents containing a source map.static SourceMapObject