classes And Interfaces And Objects
fun <T : KoClassAndInterfaceAndObjectProvider> List<T>.classesAndInterfacesAndObjects(includeNested: Boolean = true, includeLocal: Boolean = true): List<KoClassAndInterfaceAndObjectDeclaration>
List containing class, interface or/and object declarations.
Return
A list containing class, interface or/and object declarations.
Parameters
include Nested
Whether to include nested classes, interfaces and objects.
include Local
Whether to include local classes.