SourceLocation

fun SourceLocation(    line: Int,     position: Int,     filePath: String?)

Parameters

line

the line number of the source location, starting at 1

column

the position in the current line, starting at 0

filePath

The path to the document containing the node Might be null if the document origin is not known