Interface SourceMapping

    • Method Detail

      • getMappingForLine

        Mapping.OriginalMapping getMappingForLine​(int lineNumber,
                                                  int columnIndex)
        Returns the original mapping for the line number and column position found in the source map. Returns null if none is found.
        Parameters:
        lineNumber - The line number, with the first being '1'.
        columnIndex - The column index, with the first being '1'.