public interface SourceMapping
Modifier and Type | Method and Description |
---|---|
Mapping.OriginalMapping |
getMappingForLine(int lineNumber,
int columnIndex)
Returns the original mapping for the line number and column position found
in the source map.
|
Mapping.OriginalMapping getMappingForLine(int lineNumber, int columnIndex)
lineNumber
- The line number, with the first being '1'.columnIndex
- The column index, with the first being '1'.Copyright © 2009-2015 Google. All Rights Reserved.