KoSourceDeclarationProvider

An interface representing a Kotlin declaration that provides the declaration associated with this type.

Inheritors

Properties

Link copied to clipboard

Represents the source declaration associated with this type.

Functions

Link copied to clipboard

Determines whatever type has a specified source declaration.

Link copied to clipboard
abstract fun hasSourceDeclarationOf(kClass: KClass<*>): Boolean

Whether type has a source declaration of the specified Kotlin class.