org.jetbrains.jet.lang.resolve.java.kotlinSignature
Class SignaturesUtil

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.kotlinSignature.SignaturesUtil

public class SignaturesUtil
extends java.lang.Object


Method Summary
static TypeSubstitutor createSubstitutorForTypeParameters(java.util.Map<TypeParameterDescriptor,TypeParameterDescriptorImpl> originalToAltTypeParameters)
           
static java.util.Map<TypeParameterDescriptor,TypeParameterDescriptorImpl> recreateTypeParametersAndReturnMapping(java.util.List<TypeParameterDescriptor> originalParameters, DeclarationDescriptor newOwner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

recreateTypeParametersAndReturnMapping

public static java.util.Map<TypeParameterDescriptor,TypeParameterDescriptorImpl> recreateTypeParametersAndReturnMapping(@NotNull
                                                                                                                        java.util.List<TypeParameterDescriptor> originalParameters,
                                                                                                                        @Nullable
                                                                                                                        DeclarationDescriptor newOwner)

createSubstitutorForTypeParameters

public static TypeSubstitutor createSubstitutorForTypeParameters(@NotNull
                                                                 java.util.Map<TypeParameterDescriptor,TypeParameterDescriptorImpl> originalToAltTypeParameters)