org.jetbrains.kotlin.serialization.deserialization.descriptors
Class DeserializedTypeParameterDescriptor

java.lang.Object
  extended by org.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl
      extended by org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl
          extended by org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl
              extended by org.jetbrains.kotlin.descriptors.impl.AbstractTypeParameterDescriptor
                  extended by org.jetbrains.kotlin.descriptors.impl.AbstractLazyTypeParameterDescriptor
                      extended by org.jetbrains.kotlin.serialization.deserialization.descriptors.DeserializedTypeParameterDescriptor
All Implemented Interfaces:
Annotated, ClassifierDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, Named, TypeParameterDescriptor

public class DeserializedTypeParameterDescriptor
extends AbstractLazyTypeParameterDescriptor


Constructor Summary
DeserializedTypeParameterDescriptor(DeserializationContext c, ProtoBuf.TypeParameter proto, int index)
           
 
Method Summary
protected  java.util.Set<JetType> resolveUpperBounds()
           
 
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.AbstractLazyTypeParameterDescriptor
createTypeConstructor, toString
 
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.AbstractTypeParameterDescriptor
accept, getDefaultType, getIndex, getLowerBounds, getTypeConstructor, getUpperBounds, getUpperBoundsAsType, getVariance, isReified, substitute
 
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl
getContainingDeclaration, getOriginal, getSource
 
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl
acceptVoid, getName, toString
 
Methods inherited from class org.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl
getAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
acceptVoid
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated
getAnnotations
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named
getName
 

Constructor Detail

DeserializedTypeParameterDescriptor

public DeserializedTypeParameterDescriptor(@NotNull
                                           DeserializationContext c,
                                           @NotNull
                                           ProtoBuf.TypeParameter proto,
                                           int index)
Method Detail

resolveUpperBounds

@NotNull
protected java.util.Set<JetType> resolveUpperBounds()
Specified by:
resolveUpperBounds in class AbstractTypeParameterDescriptor