ImmutableKmDeclarationContainer

Immutable representation of KmDeclarationContainer.

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

interface ImmutableKmDeclarationContainer

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

functions
Link copied to clipboard

Functions in the container.

abstract val functions: List<ImmutableKmFunction>
properties
Link copied to clipboard

Properties in the container.

abstract val properties: List<ImmutableKmProperty>
typeAliases
Link copied to clipboard

Type aliases in the container.

abstract val typeAliases: List<ImmutableKmTypeAlias>

Inheritors

ImmutableKmClass
Link copied to clipboard
ImmutableKmPackage
Link copied to clipboard