Immutable Km Type Alias
Immutable representation of KmTypeAlias.
Represents a Kotlin type alias declaration.
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
component6
Link copied to clipboard
component7
Link copied to clipboard
copy
Link copied to clipboard
fun copy(flags: Flags, name: String, typeParameters: List<ImmutableKmTypeParameter>, underlyingType: ImmutableKmType, expandedType: ImmutableKmType, annotations: List<KmAnnotation>, versionRequirements: List<ImmutableKmVersionRequirement>): ImmutableKmTypeAlias
Content copied to clipboard
Properties
annotations
Link copied to clipboard
expandedType
Link copied to clipboard
typeParameters
Link copied to clipboard
underlyingType
Link copied to clipboard
versionRequirements
Link copied to clipboard