depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.report
/
DependencySourceLocation
Dependency
Source
Location
data
class
DependencySourceLocation
(
val
file
:
String
,
val
line
:
Int
,
val
startColumn
:
Int
,
val
endColumn
:
Int
)
Members
Constructors
Dependency
Source
Location
Link copied to clipboard
constructor
(
file
:
String
,
line
:
Int
,
startColumn
:
Int
,
endColumn
:
Int
)
Properties
end
Column
Link copied to clipboard
val
endColumn
:
Int
file
Link copied to clipboard
val
file
:
String
line
Link copied to clipboard
val
line
:
Int
start
Column
Link copied to clipboard
val
startColumn
:
Int