Location

class Location(val source: SourceLocation, val endSource: SourceLocation, val text: TextLocation, val path: Path) : Comparable<Issue.Location>

Constructors

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

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 operator override fun compareTo(other: Issue.Location): Int