org.jetbrains.jet.codegen
Class AccessorForPropertyDescriptor.Setter

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.DeclarationDescriptorNonRootImpl
              extended by org.jetbrains.jet.lang.descriptors.impl.PropertyAccessorDescriptorImpl
                  extended by org.jetbrains.jet.lang.descriptors.impl.PropertySetterDescriptorImpl
                      extended by org.jetbrains.jet.codegen.AccessorForPropertyDescriptor.Setter
All Implemented Interfaces:
Annotated, CallableDescriptor, CallableMemberDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithVisibility, FunctionDescriptor, MemberDescriptor, Named, PropertyAccessorDescriptor, PropertySetterDescriptor
Enclosing class:
AccessorForPropertyDescriptor

public static class AccessorForPropertyDescriptor.Setter
extends PropertySetterDescriptorImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jetbrains.jet.lang.descriptors.CallableMemberDescriptor
CallableMemberDescriptor.Kind
 
Constructor Summary
AccessorForPropertyDescriptor.Setter(AccessorForPropertyDescriptor property)
           
 
Method Summary
 
Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.PropertySetterDescriptorImpl
accept, getOriginal, getOverriddenDescriptors, getReturnType, getValueParameters, initialize, initializeDefault
 
Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.PropertyAccessorDescriptorImpl
addOverriddenDescriptor, copy, getCorrespondingProperty, getExpectedThisObject, getKind, getModality, getOverriddenDescriptors, getReceiverParameter, getTypeParameters, getVisibility, hasBody, isDefault, setVisibility, substitute
 
Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorNonRootImpl
getContainingDeclaration
 
Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl
acceptVoid, getName, 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.PropertyAccessorDescriptor
copy, getCorrespondingProperty, hasBody, isDefault
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.FunctionDescriptor
getContainingDeclaration, substitute
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.CallableMemberDescriptor
addOverriddenDescriptor, getKind
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.CallableDescriptor
getExpectedThisObject, getReceiverParameter, getTypeParameters
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.MemberDescriptor
getModality, getVisibility
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptor
acceptVoid
 
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

AccessorForPropertyDescriptor.Setter

public AccessorForPropertyDescriptor.Setter(AccessorForPropertyDescriptor property)