Ko Declaration Provider
An interface representing a Kotlin declaration that provides information about declarations.
Inheritors
Functions
Returns the number of declarations that satisfies the specified predicate present in the declaration.
The declarations present in the declaration.
The declarations of type T present in the declaration.
Determines whether the declaration has all declarations that satisfy the provided predicate.
Determines whether the declaration has at least one declaration that satisfies the provided predicate.
Determines whatever the declaration has declarations.
Returns the number of declarations present in the declaration.
Returns the number of declarations with internal visibility modifier present in the declaration.
Returns the number of declarations with private visibility modifier present in the declaration.
Returns the number of declarations with protected visibility modifier present in the declaration.
Returns the number of declarations with public visibility modifier present in the declaration.
Returns the number of declarations with public or default visibility modifier present in the declaration.