|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.java.JavaResolverUtils
public class JavaResolverUtils
Method Summary | |
---|---|
static TypeSubstitutor |
createSubstitutorForTypeParameters(java.util.Map<TypeParameterDescriptor,TypeParameterDescriptorImpl> originalToAltTypeParameters)
|
static JavaType |
erasure(JavaType type)
|
static JavaType |
erasure(JavaType type,
JavaTypeSubstitutor substitutor)
|
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 |
---|
@Nullable public static JavaType erasure(@NotNull JavaType type)
TypeConversionUtil.erasure(com.intellij.psi.PsiType)
@Nullable public static JavaType erasure(@NotNull JavaType type, @NotNull JavaTypeSubstitutor substitutor)
TypeConversionUtil.erasure(com.intellij.psi.PsiType, com.intellij.psi.PsiSubstitutor)
@NotNull public static java.util.Map<TypeParameterDescriptor,TypeParameterDescriptorImpl> recreateTypeParametersAndReturnMapping(@NotNull java.util.List<TypeParameterDescriptor> originalParameters, @Nullable DeclarationDescriptor newOwner)
@NotNull public static TypeSubstitutor createSubstitutorForTypeParameters(@NotNull java.util.Map<TypeParameterDescriptor,TypeParameterDescriptorImpl> originalToAltTypeParameters)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |