TypeAliasDescriptor

interface TypeAliasDescriptor : ClassifierDescriptorWithTypeParameters

Functions

annotations
Link copied to clipboard
abstract fun annotations(): Annotations
element
Link copied to clipboard
abstract fun element(): Element?
impl
Link copied to clipboard
abstract fun impl(): Any

Properties

classDescriptor
Link copied to clipboard
abstract val classDescriptor: ClassDescriptor?
constructors
Link copied to clipboard
abstract val constructors: Collection<TypeAliasConstructorDescriptor>
containingDeclaration
Link copied to clipboard
abstract val containingDeclaration: DeclarationDescriptor?
containingPackage
Link copied to clipboard
abstract val containingPackage: FqName?
declaredTypeParameters
Link copied to clipboard
abstract val declaredTypeParameters: List<TypeParameterDescriptor>
defaultType
Link copied to clipboard
abstract val defaultType: Type
expandedType
Link copied to clipboard
abstract val expandedType: Type
fqNameSafe
Link copied to clipboard
abstract val fqNameSafe: FqName
hasDoNotLookAtArgumentsAnnotation
Link copied to clipboard
open val hasDoNotLookAtArgumentsAnnotation: Boolean
hasPackageWithLawsAnnotation
Link copied to clipboard
open val hasPackageWithLawsAnnotation: Boolean
hasPreOrPostAnnotation
Link copied to clipboard
open val hasPreOrPostAnnotation: Boolean
isActual
Link copied to clipboard
abstract val isActual: Boolean
isExpect
Link copied to clipboard
abstract val isExpect: Boolean
isExternal
Link copied to clipboard
abstract val isExternal: Boolean
isInner
Link copied to clipboard
abstract val isInner: Boolean
modality
Link copied to clipboard
abstract val modality: Modality
name
Link copied to clipboard
abstract val name: Name
packageWithLawsAnnotation
Link copied to clipboard
open val packageWithLawsAnnotation: AnnotationDescriptor?
typeConstructor
Link copied to clipboard
abstract val typeConstructor: TypeConstructor
underlyingType
Link copied to clipboard
abstract val underlyingType: Type
visibility
Link copied to clipboard
abstract val visibility: Visibility