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