Class SourceMapObject

java.lang.Object
com.google.debugging.sourcemap.SourceMapObject

public class SourceMapObject extends Object
Wraps a JsonObject to provide a V3 source map.
  • Method Details

    • getVersion

      public int getVersion()
    • getLineCount

      public int getLineCount()
    • getSourceRoot

      public String getSourceRoot()
    • getFile

      public String getFile()
    • getMappings

      public String getMappings()
    • getSources

      public String[] getSources()
    • getSourcesContent

      public String[] getSourcesContent()
    • getNames

      public String[] getNames()
    • getSections

      public List<SourceMapSection> getSections()
    • getExtensions

      public Map<String,Object> getExtensions()