interfaces

abstract fun interfaces(includeNested: Boolean = true): List<KoInterfaceDeclaration>

The interfaces present in the declaration.

Return

a list of KoInterfaceDeclaration representing the interfaces in the declaration.

Parameters

includeNested

specifies whether to include nested interfaces.