org.jetbrains.kotlin.types.checker
Interface KotlinTypeChecker

All Known Implementing Classes:
KotlinTypeCheckerImpl

public interface KotlinTypeChecker


Nested Class Summary
static interface KotlinTypeChecker.TypeConstructorEquality
           
 
Field Summary
static KotlinTypeChecker DEFAULT
           
 
Method Summary
 boolean equalTypes(KotlinType a, KotlinType b)
           
 boolean isSubtypeOf(KotlinType subtype, KotlinType supertype)
           
 

Field Detail

DEFAULT

static final KotlinTypeChecker DEFAULT
Method Detail

isSubtypeOf

boolean isSubtypeOf(@NotNull
                    KotlinType subtype,
                    @NotNull
                    KotlinType supertype)

equalTypes

boolean equalTypes(@NotNull
                   KotlinType a,
                   @NotNull
                   KotlinType b)