Uses of Interface
com.google.debugging.sourcemap.SourceMapGeneratorV3.ExtensionMergeAction
Packages that use SourceMapGeneratorV3.ExtensionMergeAction
-
Uses of SourceMapGeneratorV3.ExtensionMergeAction in com.google.debugging.sourcemap
Methods in com.google.debugging.sourcemap with parameters of type SourceMapGeneratorV3.ExtensionMergeActionModifier and TypeMethodDescriptionvoid
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.