|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.checker.KotlinTypeCheckerImpl
public class KotlinTypeCheckerImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jetbrains.kotlin.types.checker.KotlinTypeChecker |
|---|
KotlinTypeChecker.TypeConstructorEquality |
| Field Summary |
|---|
| Fields inherited from interface org.jetbrains.kotlin.types.checker.KotlinTypeChecker |
|---|
DEFAULT |
| Constructor Summary | |
|---|---|
protected |
KotlinTypeCheckerImpl(TypeCheckingProcedure procedure)
|
| Method Summary | |
|---|---|
boolean |
equalTypes(KotlinType a,
KotlinType b)
|
boolean |
isSubtypeOf(KotlinType subtype,
KotlinType supertype)
|
static KotlinTypeChecker |
withAxioms(KotlinTypeChecker.TypeConstructorEquality equalityAxioms)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected KotlinTypeCheckerImpl(@NotNull
TypeCheckingProcedure procedure)
| Method Detail |
|---|
@NotNull
public static KotlinTypeChecker withAxioms(@NotNull
KotlinTypeChecker.TypeConstructorEquality equalityAxioms)
public boolean isSubtypeOf(@NotNull
KotlinType subtype,
@NotNull
KotlinType supertype)
isSubtypeOf in interface KotlinTypeChecker
public boolean equalTypes(@NotNull
KotlinType a,
@NotNull
KotlinType b)
equalTypes in interface KotlinTypeChecker
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||