org.jetbrains.jet.lang.types
Interface TypeProjection

All Known Implementing Classes:
TypeProjectionBase, TypeProjectionImpl

public interface TypeProjection


Method Summary
 Variance getProjectionKind()
           
 JetType getType()
           
 

Method Detail

getProjectionKind

@NotNull
Variance getProjectionKind()

getType

@NotNull
JetType getType()