Uses of Class
com.google.debugging.sourcemap.SourceMapSection
-
Packages that use SourceMapSection Package Description com.google.debugging.sourcemap -
-
Uses of SourceMapSection in com.google.debugging.sourcemap
Methods in com.google.debugging.sourcemap that return SourceMapSection Modifier and Type Method Description static SourceMapSection
SourceMapSection. forMap(java.lang.String value, int line, int column)
static SourceMapSection
SourceMapSection. forURL(java.lang.String value, int line, int column)
Methods in com.google.debugging.sourcemap that return types with arguments of type SourceMapSection Modifier and Type Method Description java.util.List<SourceMapSection>
SourceMapObject. getSections()
Method parameters in com.google.debugging.sourcemap with type arguments of type SourceMapSection Modifier and Type Method Description void
SourceMapGenerator. appendIndexMapTo(java.lang.Appendable out, java.lang.String name, java.util.List<SourceMapSection> sections)
Appends the index source map to the given buffer.void
SourceMapGeneratorV3. appendIndexMapTo(java.lang.Appendable out, java.lang.String name, java.util.List<SourceMapSection> sections)
Appends the index source map to the given buffer.
-