hasParentInterfaces

abstract fun hasParentInterfaces(indirectParents: Boolean = false): Boolean

Determines whatever declaration has any parent interface.

Return

true if the declaration has any parent interface, false otherwise.

Parameters

indirectParents

specifies whether to include parent interfaces defined in other files such as parent of the parent.