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

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.VariableDescriptorImpl
                  extended by org.jetbrains.jet.lang.descriptors.impl.PropertyDescriptorImpl
                      extended by org.jetbrains.jet.lang.descriptors.impl.PropertyDescriptorForObjectImpl
All Implemented Interfaces:
Annotated, CallableDescriptor, CallableMemberDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithVisibility, MemberDescriptor, Named, PropertyDescriptor, VariableDescriptor, VariableDescriptorForObject
Direct Known Subclasses:
JavaPropertyDescriptorForObject

public class PropertyDescriptorForObjectImpl
extends PropertyDescriptorImpl
implements VariableDescriptorForObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jetbrains.jet.lang.descriptors.CallableMemberDescriptor
CallableMemberDescriptor.Kind
 
Constructor Summary
PropertyDescriptorForObjectImpl(DeclarationDescriptor containingDeclaration, java.util.List<AnnotationDescriptor> annotations, Visibility visibility, Name name, ClassDescriptor objectClass)
           
 
Method Summary
 ClassDescriptor getObjectClass()
           
 
Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.PropertyDescriptorImpl
accept, addOverriddenDescriptor, copy, getAccessors, getExpectedThisObject, getGetter, getKind, getModality, getOriginal, getOverriddenDescriptors, getReceiverParameter, getReturnType, getSetter, getTypeParameters, getVisibility, initialize, isSetterProjectedOut, isVar, setSetterProjectedOut, setType, setType, setVisibility, substitute
 
Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.VariableDescriptorImpl
getType, getValueParameters, setOutType
 
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.VariableDescriptor
getContainingDeclaration, getType, isVar, substitute
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.CallableDescriptor
getExpectedThisObject, getOriginal, getOverriddenDescriptors, getReceiverParameter, getReturnType, getTypeParameters, getValueParameters
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptorWithVisibility
getVisibility
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptor
accept, 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

PropertyDescriptorForObjectImpl

public PropertyDescriptorForObjectImpl(@NotNull
                                       DeclarationDescriptor containingDeclaration,
                                       @NotNull
                                       java.util.List<AnnotationDescriptor> annotations,
                                       @NotNull
                                       Visibility visibility,
                                       @NotNull
                                       Name name,
                                       @NotNull
                                       ClassDescriptor objectClass)
Method Detail

getObjectClass

@NotNull
public ClassDescriptor getObjectClass()
Specified by:
getObjectClass in interface VariableDescriptorForObject