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