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
@Deprecated
public SourceMapSection(String sectionUrl,
int line,
int column)
- Deprecated.
- Parameters:
sectionUrl
- The url for the partial sourcemapline
- The number of lines into the file where the represented section
starts.column
- The number of characters into the line where the represented
section starts.
getSectionType
public SourceMapSection.SectionType getSectionType()
getSectionUrl
public String getSectionUrl()
- Deprecated.
- Returns:
- the name of the map
getSectionValue
public String getSectionValue()
- Returns:
- the value that represents the map for this section.
getLine
public int getLine()
- Returns:
- the starting line for this section
getColumn
public int getColumn()
- Returns:
- the column for this section