org.jetbrains.kotlin.types
Class TypeProjectionImpl
java.lang.Object
org.jetbrains.kotlin.types.TypeProjectionBase
org.jetbrains.kotlin.types.TypeProjectionImpl
- All Implemented Interfaces:
- TypeProjection
public class TypeProjectionImpl
- extends TypeProjectionBase
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TypeProjectionImpl
public TypeProjectionImpl(@NotNull
Variance projection,
@NotNull
KotlinType type)
TypeProjectionImpl
public TypeProjectionImpl(@NotNull
KotlinType type)
getProjectionKind
@NotNull
public Variance getProjectionKind()
getType
@NotNull
public KotlinType getType()
isStarProjection
public boolean isStarProjection()