|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.types.CastDiagnosticsUtil
public class CastDiagnosticsUtil
| Method Summary | |
|---|---|
static boolean |
isCastErased(JetType supertype,
JetType subtype,
JetTypeChecker typeChecker)
Check if cast from supertype to subtype is erased. |
static boolean |
isCastPossible(JetType lhsType,
JetType rhsType,
PlatformToKotlinClassMap platformToKotlinClassMap)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isCastPossible(@NotNull
JetType lhsType,
@NotNull
JetType rhsType,
@NotNull
PlatformToKotlinClassMap platformToKotlinClassMap)
public static boolean isCastErased(@NotNull
JetType supertype,
@NotNull
JetType subtype,
@NotNull
JetTypeChecker typeChecker)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||