org.jetbrains.kotlin.descriptors
Interface ClassifierDescriptor

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

public interface ClassifierDescriptor
extends DeclarationDescriptorNonRoot


Method Summary
 JetType getClassObjectType()
           
 JetType getDefaultType()
           
 TypeConstructor getTypeConstructor()
           
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorNonRoot
getContainingDeclaration
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource
getSource
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor
accept, acceptVoid, getOriginal, 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
JetType getDefaultType()

getClassObjectType

@Nullable
JetType getClassObjectType()