ImmutableKmTypeAlias

data class ImmutableKmTypeAlias : ImmutableKmWithFlags

Immutable representation of KmTypeAlias.

Represents a Kotlin type alias declaration.

Functions

toMutable
Link copied to clipboard
fun toMutable(): KmTypeAlias

Properties

annotations
Link copied to clipboard
val annotations: List<KmAnnotation>
Annotations on the type alias.
expandedType
Link copied to clipboard
val expandedType: ImmutableKmType
Expanded type of the type alias, i.e.
flags
Link copied to clipboard
open override val flags: Flags
TypeAlias flags, consisting of Flag.HAS_ANNOTATIONS and visibility flag.
name
Link copied to clipboard
val name: String
The name of the type alias.
typeParameters
Link copied to clipboard
val typeParameters: List<ImmutableKmTypeParameter>
Type parameters of the type alias.
underlyingType
Link copied to clipboard
val underlyingType: ImmutableKmType
Underlying type of the type alias, i.e.
versionRequirements
Link copied to clipboard
val versionRequirements: List<ImmutableKmVersionRequirement>
Version requirements on the type alias.