sqldelight-check
Toggle table of contents
0.3.1
Select version
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sqldelight-check
sqldelight-check-api
/
dev.s7a.sqldelight.check.api
/
SourcePosition
Source
Position
class
SourcePosition
(
val
line
:
Int
,
val
column
:
Int
)
One-based source position for diagnostics and edits.
Members
Constructors
Source
Position
Link copied to clipboard
constructor
(
line
:
Int
,
column
:
Int
)
Properties
column
Link copied to clipboard
val
column
:
Int
One-based column number.
line
Link copied to clipboard
val
line
:
Int
One-based line number.
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