parentClasses

abstract fun parentClasses(indirectParents: Boolean = false): List<KoParentDeclaration>

The parent classes of the declaration.

Return

a list of KoParentDeclaration representing the parent classes of the declaration.

Parameters

indirectParents

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