objects

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

The objects present in the scope.

Return

a list of KoObjectDeclaration representing the objects in the scope.

Parameters

includeNested

specifies whether to include nested objects, by default true.