org.jetbrains.kotlin.descriptors
Interface ClassifierDescriptor

All Superinterfaces:
Annotated, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, Named
All Known Subinterfaces:
ClassDescriptor, ClassDescriptorWithResolutionScopes, JavaClassDescriptor, ScriptDescriptor, TypeParameterDescriptor
All Known Implementing Classes:
AbstractClassDescriptor, AbstractLazyTypeParameterDescriptor, AbstractTypeParameterDescriptor, ClassDescriptorBase, ClassDescriptorImpl, EnumEntrySyntheticClassDescriptor, LazyClassDescriptor, LazySubstitutingClassDescriptor, LazyTypeParameterDescriptor, MutableClassDescriptor, TypeParameterDescriptorImpl

public interface ClassifierDescriptor
extends DeclarationDescriptorNonRoot


Method Summary
 KotlinType getDefaultType()
           
 TypeConstructor getTypeConstructor()
           
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorNonRoot
getContainingDeclaration
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource
getOriginal, getSource
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor
accept, acceptVoid, substitute
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated
getAnnotations
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named
getName
 

Method Detail

getTypeConstructor

@NotNull
TypeConstructor getTypeConstructor()

getDefaultType

@NotNull
KotlinType getDefaultType()