kotlin.reflect.KDeclarationContainer

KDeclarationContainer

interface KDeclarationContainer

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

Properties

members

abstract val members: Collection<KCallable<*>>

All functions and properties accessible in this container.

登录查看完整内容