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 SourceMapSectionSourceMapSection. forMap(java.lang.String value, int line, int column)static SourceMapSectionSourceMapSection. 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 voidSourceMapGenerator. appendIndexMapTo(java.lang.Appendable out, java.lang.String name, java.util.List<SourceMapSection> sections)Appends the index source map to the given buffer.voidSourceMapGeneratorV3. appendIndexMapTo(java.lang.Appendable out, java.lang.String name, java.util.List<SourceMapSection> sections)Appends the index source map to the given buffer.
-