Entity

class Entity(val name: String, val signature: String, val location: Location, val ktElement: KtElement)

Stores information about a specific code fragment.

Constructors

Link copied to clipboard
constructor(name: String, signature: String, location: Location, ktElement: KtElement)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ktElement: KtElement
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String