public final class SourceMapSection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SourceMapSection.SectionType |
Constructor and Description |
---|
SourceMapSection(String sectionUrl,
int line,
int column)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SourceMapSection |
forMap(String value,
int line,
int column) |
static SourceMapSection |
forURL(String value,
int line,
int column) |
int |
getColumn() |
int |
getLine() |
SourceMapSection.SectionType |
getSectionType() |
String |
getSectionValue() |
@Deprecated public SourceMapSection(String sectionUrl, int line, int column)
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.public static SourceMapSection forMap(String value, int line, int column)
public static SourceMapSection forURL(String value, int line, int column)
public SourceMapSection.SectionType getSectionType()
public String getSectionValue()
public int getLine()
public int getColumn()
Copyright © 2009-2015 Google. All Rights Reserved.