Immutable Km Package
Immutable representation of KmPackage.
Represents a Kotlin package fragment, including single file facades and multi-file class parts.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(functions: List<ImmutableKmFunction>, properties: List<ImmutableKmProperty>, typeAliases: List<ImmutableKmTypeAlias>, localDelegatedProperties: List<ImmutableKmProperty>, moduleName: String?): ImmutableKmPackage
Content copied to clipboard
Properties
functions
Link copied to clipboard
localDelegatedProperties
Link copied to clipboard
moduleName
Link copied to clipboard
properties
Link copied to clipboard
typeAliases
Link copied to clipboard