org.jetbrains.jet.lang.descriptors
Interface VariableDescriptorForObject

All Superinterfaces:
Annotated, CallableDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithVisibility, Named, VariableDescriptor
All Known Implementing Classes:
JavaPropertyDescriptorForObject, LocalVariableDescriptorForObject, PropertyDescriptorForObjectImpl

public interface VariableDescriptorForObject
extends VariableDescriptor


Method Summary
 ClassDescriptor getObjectClass()
           
 
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
 

Method Detail

getObjectClass

@NotNull
ClassDescriptor getObjectClass()