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
/
SourceRange
Source
Range
class
SourceRange
(
val
fileRef
:
SourceFileRef
,
val
start
:
SourcePosition
,
val
endExclusive
:
SourcePosition
)
(
source
)
Members
Constructors
Source
Range
Link copied to clipboard
constructor
(
fileRef
:
SourceFileRef
,
start
:
SourcePosition
,
endExclusive
:
SourcePosition
)
constructor
(
fileRef
:
SourceFileRef
,
position
:
SourcePosition
)
Properties
end
Exclusive
Link copied to clipboard
val
endExclusive
:
SourcePosition
file
Ref
Link copied to clipboard
val
fileRef
:
SourceFileRef
length
Link copied to clipboard
val
length
:
Int
start
Link copied to clipboard
val
start
:
SourcePosition
Functions
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