|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.checker.TypeCheckingProcedure
public class TypeCheckingProcedure
| Nested Class Summary | |
|---|---|
static class |
TypeCheckingProcedure.EnrichedProjectionKind
|
| Constructor Summary | |
|---|---|
TypeCheckingProcedure(TypeCheckingProcedureCallbacks constraints)
|
|
| Method Summary | |
|---|---|
boolean |
equalTypes(KotlinType type1,
KotlinType type2)
|
static KotlinType |
findCorrespondingSupertype(KotlinType subtype,
KotlinType supertype)
|
static KotlinType |
findCorrespondingSupertype(KotlinType subtype,
KotlinType supertype,
TypeCheckingProcedureCallbacks typeCheckingProcedureCallbacks)
|
static TypeCheckingProcedure.EnrichedProjectionKind |
getEffectiveProjectionKind(TypeParameterDescriptor typeParameter,
TypeProjection typeArgument)
|
protected boolean |
heterogeneousEquivalence(KotlinType inflexibleType,
KotlinType flexibleType)
|
boolean |
isSubtypeOf(KotlinType subtype,
KotlinType supertype)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeCheckingProcedure(TypeCheckingProcedureCallbacks constraints)
| Method Detail |
|---|
@Nullable
public static KotlinType findCorrespondingSupertype(@NotNull
KotlinType subtype,
@NotNull
KotlinType supertype)
@Nullable
public static KotlinType findCorrespondingSupertype(@NotNull
KotlinType subtype,
@NotNull
KotlinType supertype,
@NotNull
TypeCheckingProcedureCallbacks typeCheckingProcedureCallbacks)
public boolean equalTypes(@NotNull
KotlinType type1,
@NotNull
KotlinType type2)
protected boolean heterogeneousEquivalence(KotlinType inflexibleType,
KotlinType flexibleType)
public static TypeCheckingProcedure.EnrichedProjectionKind getEffectiveProjectionKind(@NotNull
TypeParameterDescriptor typeParameter,
@NotNull
TypeProjection typeArgument)
public boolean isSubtypeOf(@NotNull
KotlinType subtype,
@NotNull
KotlinType supertype)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||