Entity
data class Entity(    name: String,     val signature: String,     val location: Location,     val ktElement: KtElement? = null) : Compactable
Content copied to clipboard
Stores information about a specific code fragment.
Constructors
Types
Functions
Link copied to clipboard
                Same as compact except the content should contain a substring which represents this exact findings via a custom identifier.