ImmutableKmDeclarationContainer

interface ImmutableKmDeclarationContainer

Immutable representation of KmDeclarationContainer.

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

Functions

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

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