org.jetbrains.jet.lang.descriptors
Interface MutableValueParameterDescriptor

All Superinterfaces:
Annotated, CallableDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithVisibility, Named, ValueParameterDescriptor, VariableDescriptor
All Known Implementing Classes:
ValueParameterDescriptorImpl

public interface MutableValueParameterDescriptor
extends ValueParameterDescriptor


Method Summary
 void setType(JetType type)
           
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.ValueParameterDescriptor
addOverriddenDescriptor, copy, declaresDefaultValue, getIndex, getOriginal, getOverriddenDescriptors, getType, getVarargElementType, hasDefaultValue
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.VariableDescriptor
getContainingDeclaration, isVar, substitute
 
Methods inherited from interface org.jetbrains.jet.lang.descriptors.CallableDescriptor
getExpectedThisObject, 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

setType

void setType(@NotNull
             JetType type)