classes And Interfaces And Objects
abstract fun classesAndInterfacesAndObjects(includeNested: Boolean = true, includeLocal: Boolean = true): List<KoClassAndInterfaceAndObjectDeclaration>
The classes, interfaces and objects present in the scope.
Return
a list of KoClassAndInterfaceAndObjectDeclaration representing the classes, interfaces and objects in the scope.
Parameters
include Nested
specifies whether to include nested classes, interfaces and objects, by default true.
include Local
specifies whether to include local classes, by default true.