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