org.jetbrains.jet.lang.descriptors.impl
Class ReceiverParameterDescriptorImpl

java.lang.Object
  extended by org.jetbrains.jet.lang.descriptors.annotations.AnnotatedImpl
      extended by org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl
          extended by org.jetbrains.jet.lang.descriptors.impl.AbstractReceiverParameterDescriptor
              extended by org.jetbrains.jet.lang.descriptors.impl.ReceiverParameterDescriptorImpl
All Implemented Interfaces:
Annotated, DeclarationDescriptor, Named, ReceiverParameterDescriptor

public class ReceiverParameterDescriptorImpl
extends AbstractReceiverParameterDescriptor


Field Summary
 
Fields inherited from interface org.jetbrains.jet.lang.descriptors.ReceiverParameterDescriptor
NO_RECEIVER_PARAMETER
 
Constructor Summary
ReceiverParameterDescriptorImpl(DeclarationDescriptor containingDeclaration, JetType type, ReceiverValue value)
           
 
Method Summary
 DeclarationDescriptor getContainingDeclaration()
           
 JetType getType()
           
 ReceiverValue getValue()
           
 
Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.AbstractReceiverParameterDescriptor
accept, substitute
 
Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl
acceptVoid, getName, getOriginal, toString
 
Methods inherited from class org.jetbrains.jet.lang.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.jet.lang.descriptors.DeclarationDescriptor
acceptVoid, getOriginal
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotated
getAnnotations
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.Named
getName
 

Constructor Detail

ReceiverParameterDescriptorImpl

public ReceiverParameterDescriptorImpl(@NotNull
                                       DeclarationDescriptor containingDeclaration,
                                       @NotNull
                                       JetType type,
                                       @NotNull
                                       ReceiverValue value)
Method Detail

getType

@NotNull
public JetType getType()

getValue

@NotNull
public ReceiverValue getValue()

getContainingDeclaration

@NotNull
public DeclarationDescriptor getContainingDeclaration()