toggle menu
detekt
1.23.7
jvm
switch theme
search in API
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
SourceLocation
Source
Location
class
SourceLocation
(
val
line
:
Int
,
val
column
:
Int
)
:
Comparable
<
SourceLocation
>
Stores line and column information of a location.
Members
Constructors
Source
Location
Link copied to clipboard
constructor
(
line
:
Int
,
column
:
Int
)
Properties
column
Link copied to clipboard
val
column
:
Int
line
Link copied to clipboard
val
line
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
SourceLocation
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String