KoReceiverTypeProvider

An interface representing a Kotlin declaration that provides access to its receiver type information.

Inheritors

Properties

Link copied to clipboard

Receiver type of the declaration.

Functions

Link copied to clipboard
abstract fun hasReceiverType(predicate: (KoTypeDeclaration) -> Boolean? = null): Boolean

Determines whatever declaration has a specified receiver type.

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

Determines whatever declaration has a receiver type of the specified Kotlin class.

Link copied to clipboard

Determines whatever declaration has receiver type.