toggle menu
detekt
1.23.7
jvm
switch theme
search in API
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
Entity
Entity
class
Entity
(
val
signature
:
String
,
val
location
:
Location
,
val
ktElement
:
KtElement
)
Stores information about a specific code fragment.
Members
Constructors
Entity
Link copied to clipboard
constructor
(
signature
:
String
,
location
:
Location
,
ktElement
:
KtElement
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
kt
Element
Link copied to clipboard
val
ktElement
:
KtElement
location
Link copied to clipboard
val
location
:
Location
signature
Link copied to clipboard
val
signature
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String