objects

abstract fun objects(includeNested: Boolean = true): List<KoObjectDeclaration>

The objects present in the declaration.

Return

a list of KoObjectDeclaration representing the objects in the declaration.

Parameters

includeNested

specifies whether to include nested objects.