com.google.debugging.sourcemap
Class SourceMapSection
java.lang.Object
com.google.debugging.sourcemap.SourceMapSection
public class SourceMapSection
- extends Object
A class representing a partial source map.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceMapSection
public SourceMapSection(String sectionUrl,
long length)
- Parameters:
sectionUrl
- The url for the partial sourcemaplength
- The number of character represented by the source
map section.
getSectionUrl
public String getSectionUrl()
- Returns:
- the name
getLength
public long getLength()
- Returns:
- the length