|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.CommonSupertypes
public class CommonSupertypes
| Constructor Summary | |
|---|---|
CommonSupertypes()
|
|
| Method Summary | |
|---|---|
static KotlinType |
commonSupertype(java.util.Collection<KotlinType> types)
|
static KotlinType |
commonSupertypeForNonDenotableTypes(java.util.Collection<KotlinType> types)
|
static java.util.List<TypeConstructor> |
topologicallySortSuperclassesAndRecordAllInstances(SimpleType type,
java.util.Map<TypeConstructor,java.util.Set<SimpleType>> constructorToAllInstances,
java.util.Set<TypeConstructor> visited)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommonSupertypes()
| Method Detail |
|---|
@Nullable
public static KotlinType commonSupertypeForNonDenotableTypes(@NotNull
java.util.Collection<KotlinType> types)
@NotNull
public static KotlinType commonSupertype(@NotNull
java.util.Collection<KotlinType> types)
@NotNull
public static java.util.List<TypeConstructor> topologicallySortSuperclassesAndRecordAllInstances(@NotNull
SimpleType type,
@NotNull
java.util.Map<TypeConstructor,java.util.Set<SimpleType>> constructorToAllInstances,
@NotNull
java.util.Set<TypeConstructor> visited)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||