interfaces And Objects
abstract fun interfacesAndObjects(includeNested: Boolean = true): List<KoInterfaceAndObjectDeclaration>
The interface and objects present in the scope.
Return
a list of KoInterfaceAndObjectDeclaration representing the interface and objects in the scope.
Parameters
include Nested
specifies whether to include nested interface and objects, by default true
.