withoutClassOrInterfaceOrObjectNamed

fun <T : KoClassAndInterfaceAndObjectProvider> List<T>.withoutClassOrInterfaceOrObjectNamed(name: String, vararg names: String, includeNested: Boolean = true, includeLocal: Boolean = true): List<T>

List containing declarations without any of specified classes, interfaces and objects.

Return

A list containing declarations without any of specified classes, interfaces and objects.

Parameters

name

The name of the class, interface or object to exclude.

names

The names of additional classes, interfaces and objects to exclude.

includeNested

Whether to include nested classes, interfaces and objects.

includeLocal

Whether to include local classes.


List containing declarations without any of specified classes, interfaces and objects.

Return

A list containing declarations without any of specified classes, interfaces and objects.

Parameters

names

The names of additional classes, interfaces and objects to exclude.

includeNested

Whether to include nested classes, interfaces and objects.

includeLocal

Whether to include local classes.