ImmutableKmDeclarationContainer

interface ImmutableKmDeclarationContainer

Immutable representation of KmDeclarationContainer.

Represents a Kotlin declaration container, such as a class or a package fragment.

Properties

functions
Link copied to clipboard
abstract val functions: List<ImmutableKmFunction>
Functions in the container.
properties
Link copied to clipboard
abstract val properties: List<ImmutableKmProperty>
Properties in the container.
typeAliases
Link copied to clipboard
abstract val typeAliases: List<ImmutableKmTypeAlias>
Type aliases in the container.

Inheritors

ImmutableKmClass
Link copied to clipboard
ImmutableKmPackage
Link copied to clipboard