k3lp Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
k3lp Documentation
meta
/
org.k3lp.lib.meta.source
/
SourcePosition
Source
Position
class
SourcePosition
(
val
lineNumber
:
Int
,
val
lineColumn
:
Int
,
val
offset
:
Int
)
:
Comparable
<
SourcePosition
>
(
source
)
Members
Constructors
Source
Position
Link copied to clipboard
constructor
(
lineNumber
:
Int
,
lineColumn
:
Int
,
offset
:
Int
)
constructor
(
)
Properties
line
Column
Link copied to clipboard
val
lineColumn
:
Int
line
Number
Link copied to clipboard
val
lineNumber
:
Int
offset
Link copied to clipboard
val
offset
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
SourcePosition
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String