data class BreakLocation
<init> |
BreakLocation(scriptId: ScriptId, lineNumber: Int, columnNumber: Int? = null, type: String? = 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 |
type |
val type: String? |