detekt-api
1.22.0-RC2
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.
Constructors
Functions
Properties
Constructors
Source
Location
Link copied to clipboard
fun
SourceLocation
(
line
:
Int
,
column
:
Int
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
column
Link copied to clipboard
val
column
:
Int
line
Link copied to clipboard
val
line
:
Int