com.google.debugging.sourcemap
Class SourceMapSection

java.lang.Object
  extended by com.google.debugging.sourcemap.SourceMapSection

public class SourceMapSection
extends Object

A class representing a partial source map.


Constructor Summary
SourceMapSection(String sectionUrl, long length)
           
 
Method Summary
 long getLength()
           
 String getSectionUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceMapSection

public SourceMapSection(String sectionUrl,
                        long length)
Parameters:
sectionUrl - The url for the partial sourcemap
length - The number of character represented by the source map section.
Method Detail

getSectionUrl

public String getSectionUrl()
Returns:
the name

getLength

public long getLength()
Returns:
the length