Ko External Declaration
Represents a Kotlin external declaration - declaration which is not defined in the project (e.g. defined in the library). it may be a class, interface or object.
Properties
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.
Name of the declaration containing text.
Name of the declaration with suffix.
Name of the declaration matching regex.
Name of the declaration with prefix.
Text of the declaration containing text.
Text of the declaration with suffix.
Text of the declaration matching regex.
Text of the declaration with prefix.
The number of children.
Determines whatever the declaration resides in a package.
Determines whatever the declaration resides outside a package.