KgqlErrorLocation

data class KgqlErrorLocation(line: Int, column: Int)

Functions

component1
Link copied to clipboard
common
operator fun component1(): Int
component2
Link copied to clipboard
common
operator fun component2(): Int
copy
Link copied to clipboard
common
fun copy(line: Int, column: Int): KgqlErrorLocation
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

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