detekt-api
1.23.1
jvm
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
SourceLocation
Source
Location
data
class
SourceLocation
(
val
line
:
Int
,
val
column
:
Int
)
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String