Location

class Location(val source: SourceLocation, val endSource: SourceLocation, val text: TextLocation, val path: Path)

Specifies a position within a source code fragment.

Constructors

Link copied to clipboard
constructor(source: SourceLocation, endSource: SourceLocation, text: TextLocation, path: Path)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val path: Path
Link copied to clipboard
Link copied to clipboard

Functions

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