SourceLocation

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

Types

Companion
Link copied to clipboard
object Companion

Functions

pretty
Link copied to clipboard
fun pretty(): String
toString
Link copied to clipboard
open override fun toString(): String

Properties

filePath
Link copied to clipboard
val filePath: String?
The path to the document containing the node Might be null if the document origin is not known
line
Link copied to clipboard
val line: Int
position
Link copied to clipboard
val position: Int