org.jetbrains.kotlin.descriptors.impl
Class VariableDescriptorWithInitializerImpl

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.DeclarationDescriptorNonRootImpl
              extended by org.jetbrains.kotlin.descriptors.impl.VariableDescriptorImpl
                  extended by org.jetbrains.kotlin.descriptors.impl.VariableDescriptorWithInitializerImpl
All Implemented Interfaces:
Annotated, CallableDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, DeclarationDescriptorWithVisibility, Named, VariableDescriptor
Direct Known Subclasses:
LocalVariableDescriptor, PropertyDescriptorImpl

public abstract class VariableDescriptorWithInitializerImpl
extends VariableDescriptorImpl


Field Summary
protected   compileTimeInitializer
           
 
Fields inherited from class org.jetbrains.kotlin.descriptors.impl.VariableDescriptorImpl
outType
 
Constructor Summary
VariableDescriptorWithInitializerImpl(DeclarationDescriptor containingDeclaration, Annotations annotations, Name name, JetType outType, boolean isVar, SourceElement source)
           
 
Method Summary
  getCompileTimeInitializer()
           
 boolean isVar()
           
 void setCompileTimeInitializer( compileTimeInitializer)
           
 
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.VariableDescriptorImpl
getDispatchReceiverParameter, getExtensionReceiverParameter, getOriginal, getOverriddenDescriptors, getReturnType, getType, getTypeParameters, getValueParameters, hasStableParameterNames, hasSynthesizedParameterNames, setOutType
 
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl
getContainingDeclaration, getSource
 
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl
acceptVoid, getName, toString, 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.VariableDescriptor
getContainingDeclaration, substitute
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithVisibility
getVisibility
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource
getSource
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor
accept, acceptVoid
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated
getAnnotations
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named
getName
 

Field Detail

compileTimeInitializer

protected  compileTimeInitializer
Constructor Detail

VariableDescriptorWithInitializerImpl

public VariableDescriptorWithInitializerImpl(@NotNull
                                             DeclarationDescriptor containingDeclaration,
                                             @NotNull
                                             Annotations annotations,
                                             @NotNull
                                             Name name,
                                             @Nullable
                                             JetType outType,
                                             boolean isVar,
                                             @NotNull
                                             SourceElement source)
Method Detail

isVar

public boolean isVar()

getCompileTimeInitializer

@Nullable
public  getCompileTimeInitializer()

setCompileTimeInitializer

public void setCompileTimeInitializer(@NotNull
                                       compileTimeInitializer)