SourcePosition

class SourcePosition(val lineNumber: Int, val lineColumn: Int, val offset: Int) : Comparable<SourcePosition> (source)

Constructors

Link copied to clipboard
constructor(lineNumber: Int, lineColumn: Int, offset: Int)
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val offset: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: SourcePosition): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String