hasClassOrObjectDeclarationOf

abstract fun hasClassOrObjectDeclarationOf(kClass: KClass<*>): Boolean

Whether declaration has a class or an object declaration of the specified Kotlin class.

Return

true if the declaration has a class or an object declaration matching the specified KClass, false otherwise.

Parameters

kClass

The Kotlin class representing the class or object declaration to check for.