org.jetbrains.kotlin.descriptors.impl
Class LazyClassReceiverParameterDescriptor

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.AbstractReceiverParameterDescriptor
              extended by org.jetbrains.kotlin.descriptors.impl.LazyClassReceiverParameterDescriptor
All Implemented Interfaces:
Annotated, CallableDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, DeclarationDescriptorWithVisibility, Named, ParameterDescriptor, ReceiverParameterDescriptor

public class LazyClassReceiverParameterDescriptor
extends AbstractReceiverParameterDescriptor


Constructor Summary
LazyClassReceiverParameterDescriptor(ClassDescriptor descriptor)
           
 
Method Summary
 DeclarationDescriptor getContainingDeclaration()
           
 ReceiverValue getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.AbstractReceiverParameterDescriptor
accept, getDispatchReceiverParameter, getExtensionReceiverParameter, getOriginal, getOverriddenDescriptors, getReturnType, getSource, getType, getTypeParameters, getValueParameters, getVisibility, hasStableParameterNames, hasSynthesizedParameterNames, substitute
 
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.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

LazyClassReceiverParameterDescriptor

public LazyClassReceiverParameterDescriptor(@NotNull
                                            ClassDescriptor descriptor)
Method Detail

getValue

@NotNull
public ReceiverValue getValue()

getContainingDeclaration

@NotNull
public DeclarationDescriptor getContainingDeclaration()

toString

public java.lang.String toString()
Overrides:
toString in class DeclarationDescriptorImpl