org.jetbrains.kotlin.types
Interface TypeProjection

All Known Implementing Classes:
TypeProjectionBase, TypeProjectionImpl

public interface TypeProjection


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

Method Detail

getProjectionKind

@NotNull
Variance getProjectionKind()

getType

@NotNull
JetType getType()

isStarProjection

boolean isStarProjection()