org.jetbrains.kotlin.types
Class DescriptorSubstitutor

java.lang.Object
  extended by org.jetbrains.kotlin.types.DescriptorSubstitutor

public class DescriptorSubstitutor
extends java.lang.Object


Method Summary
static TypeSubstitutor substituteTypeParameters(java.util.List<TypeParameterDescriptor> typeParameters, TypeSubstitutor originalSubstitutor, DeclarationDescriptor newContainingDeclaration, java.util.List<TypeParameterDescriptor> result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

substituteTypeParameters

@NotNull
public static TypeSubstitutor substituteTypeParameters(@NotNull
                                                               java.util.List<TypeParameterDescriptor> typeParameters,
                                                               @NotNull
                                                               TypeSubstitutor originalSubstitutor,
                                                               @NotNull
                                                               DeclarationDescriptor newContainingDeclaration,
                                                               @NotNull@Mutable
                                                               java.util.List<TypeParameterDescriptor> result)