Location

class Location

A location (line and column number) within the resource.

Constructors

Link copied to clipboard
constructor(line: Int, column: Int)
Create a new Location instance.

Properties

Link copied to clipboard
val column: Int
Link copied to clipboard
val line: Int

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String