Ko Child Provider
An interface representing a Kotlin declaration that provides access to its child declarations.
Inheritors
Functions
The children of the declaration.
Gets the number of children that satisfies the specified predicate present in the declaration.
Determines whether the declaration has all children defined directly in the Kotlin file that satisfy the provided predicate.
Determines whether the declaration has children with all the specified KClass
type.
Determines whether the declaration has at least one child of the specified KClass
type.
Whatever declaration has any child defined directly in the Kotlin file.
Determines whether the declaration has children defined directly in the Kotlin file with all the specified names.
Determines whether the declaration has at least one child defined directly in the Kotlin file whose name matches any of the specified names.
The number of children.