org.jetbrains.kotlin.types
Interface TypeProjection

All Known Implementing Classes:
TypeProjectionBase, TypeProjectionImpl

public interface TypeProjection


Method Summary
 Variance getProjectionKind()
           
 KotlinType getType()
           
 boolean isStarProjection()
           
 

Method Detail

getProjectionKind

@NotNull
Variance getProjectionKind()

getType

@NotNull
KotlinType getType()

isStarProjection

boolean isStarProjection()