KoSecondaryConstructorsProvider

An interface representing a Kotlin declaration that provides access to its secondary constructors.

Inheritors

Properties

Link copied to clipboard

The number of secondary constructors.

Link copied to clipboard

The secondary constructors of the declaration.

Functions

Link copied to clipboard

Returns the number of secondary constructors that satisfies the specified predicate present in the declaration.

Link copied to clipboard

Determines whether the declaration has all secondary constructors that satisfy the provided predicate.

Link copied to clipboard

Determines whether the declaration has at least one secondary constructor that satisfies the provided predicate.

Link copied to clipboard

Determines whatever declaration has secondary constructors.