Ko Class And Interface And Object Provider
An interface representing a Kotlin declaration that provides information about classes, interfaces and objects.
Inheritors
Functions
The classes, interfaces and objects present in the declaration.
Returns the number of classes, interfaces and objects that satisfies the specified predicate present in the declaration.
Determines whether the declaration has all classes, interfaces and objects that satisfy the provided predicate.
Determines whether the declaration has classes, interfaces and objects with all the specified names.
Determines whatever the declaration has classes, interfaces and objects.
Determines whether the declaration has at least one class, interface or object that satisfies the provided predicate.
Determines whether the declaration has at least one class, interface or object whose name matches any of the specified names.
Returns the number of classes, interfaces and objects present in the declaration.