parentInterfaces

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

The parent interfaces of the declaration.

Return

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

Parameters

indirectParents

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