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 TypeMethodDescriptionvoidSourceMapGeneratorV3.addExtension(String name, Object object) Adds field extensions to the json source map.voidSourceMapGeneratorV3.mergeMapSection(int line, int column, String mapSectionContents) Merges current mapping withmapSectionContentsconsidering the offset(line, column).voidSourceMapGeneratorV3.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.voidParses the given contents containing a source map to provide initialize a class providing SourceMapping.static SourceMappingstatic SourceMappingSourceMapConsumerFactory.parse(String contents, @Nullable SourceMapSupplier supplier) voidSourceMapConsumerV3.parse(SourceMapObject sourceMapObject, @Nullable SourceMapSupplier sectionSupplier) Parses the given contents containing a source map.voidParses the given contents containing a source map.static SourceMapObject