classesAndInterfacesAndObjects
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
includeNested
Whether to include nested classes, interfaces and objects.
includeLocal
Whether to include local classes.