toggle menu
detekt
1.23.7
jvm
switch theme
search in API
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
Location
Location
class
Location
(
val
source
:
SourceLocation
,
val
endSource
:
SourceLocation
,
val
text
:
TextLocation
,
val
path
:
Path
)
Specifies a position within a source code fragment.
Members
Constructors
Location
Link copied to clipboard
constructor
(
source
:
SourceLocation
,
endSource
:
SourceLocation
,
text
:
TextLocation
,
path
:
Path
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Source
Link copied to clipboard
val
endSource
:
SourceLocation
path
Link copied to clipboard
val
path
:
Path
source
Link copied to clipboard
val
source
:
SourceLocation
text
Link copied to clipboard
val
text
:
TextLocation
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String