data class Location
Location in the source code.
<init> |
Location in the source code. Location(scriptId: ScriptId, lineNumber: Int, columnNumber: Int? = null) |
columnNumber |
Column number in the script (0-based). val columnNumber: Int? |
lineNumber |
Line number in the script (0-based). val lineNumber: Int |
scriptId |
Script identifier as reported in the val scriptId: ScriptId |