|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.types.checker.JetTypeChecker
public class JetTypeChecker
| Field Summary | |
|---|---|
static com.google.common.collect.HashBiMap<TypeConstructor,TypeConstructor> |
EMPTY_AXIOMS
|
static JetTypeChecker |
INSTANCE
|
| Method Summary | |
|---|---|
boolean |
equalTypes(JetType a,
JetType b)
|
boolean |
equalTypes(JetType a,
JetType b,
com.google.common.collect.BiMap<TypeConstructor,TypeConstructor> equalityAxioms)
|
boolean |
isSubtypeOf(JetType subtype,
JetType supertype)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final JetTypeChecker INSTANCE
public static final com.google.common.collect.HashBiMap<TypeConstructor,TypeConstructor> EMPTY_AXIOMS
| Method Detail |
|---|
public boolean isSubtypeOf(@NotNull
JetType subtype,
@NotNull
JetType supertype)
public boolean equalTypes(@NotNull
JetType a,
@NotNull
JetType b)
public boolean equalTypes(@NotNull
JetType a,
@NotNull
JetType b,
@NotNull
com.google.common.collect.BiMap<TypeConstructor,TypeConstructor> equalityAxioms)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||