|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.TypeSubstitution
public abstract class TypeSubstitution
| Field Summary | |
|---|---|
static TypeSubstitution |
EMPTY
|
| Constructor Summary | |
|---|---|
TypeSubstitution()
|
|
| Method Summary | |
|---|---|
boolean |
approximateCapturedTypes()
|
abstract TypeProjection |
get(TypeConstructor key)
|
boolean |
isEmpty()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final TypeSubstitution EMPTY
| Constructor Detail |
|---|
public TypeSubstitution()
| Method Detail |
|---|
@Nullable public abstract TypeProjection get(TypeConstructor key)
public boolean isEmpty()
public boolean approximateCapturedTypes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||