|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.SubstitutionUtils
public class SubstitutionUtils
| Method Summary | |
|---|---|
static com.google.common.collect.Multimap<TypeConstructor,TypeProjection> |
buildDeepSubstitutionMultimap(KotlinType type)
For each supertype of a given type, we map type parameters to type arguments. |
static TypeSubstitutor |
buildDeepSubstitutor(KotlinType type)
Builds a context with all the supertypes' parameters substituted |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@NotNull
public static TypeSubstitutor buildDeepSubstitutor(@NotNull
KotlinType type)
@NotNull
public static com.google.common.collect.Multimap<TypeConstructor,TypeProjection> buildDeepSubstitutionMultimap(@NotNull
KotlinType type)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||