KDeclarationContainer

Represents an entity which may contain declarations of any other entities, such as a class or a package.

Since Kotlin

1.0

Inheritors

Represents an entity which may contain declarations of any other entities, such as a class or a package.

Since Kotlin

1.3

Inheritors

Properties

Link copied to clipboard
abstract val members: Collection<KCallable<*>>

All functions and properties accessible in this container.

Since Kotlin 1.0