Package com.google.debugging.sourcemap
Class SourceMapSection
java.lang.Object
com.google.debugging.sourcemap.SourceMapSection
A class representing a partial source map.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SourceMapSection
static SourceMapSection
int
int
getLine()
Deprecated.
-
Constructor Details
-
SourceMapSection
Deprecated.- Parameters:
sectionUrl
- The URL for the partial source mapline
- 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.
-
-
Method Details
-
forMap
-
forURL
-
getSectionType
-
getSectionUrl
Deprecated.- Returns:
- the name of the map
-
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
-