org.jetbrains.kotlin.resolve.jvm
Class JavaResolverUtils

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.jvm.JavaResolverUtils

public class JavaResolverUtils
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

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