org.jetbrains.jet.lang.resolve.calls.inference
Interface TypeBounds

All Known Implementing Classes:
TypeBoundsImpl

public interface TypeBounds


Method Summary
 JetType getValue()
           
 java.util.Collection<JetType> getValues()
           
 Variance getVarianceOfPosition()
           
 boolean isEmpty()
           
 

Method Detail

getVarianceOfPosition

@NotNull
Variance getVarianceOfPosition()

isEmpty

boolean isEmpty()

getValue

@Nullable
JetType getValue()

getValues

@NotNull
java.util.Collection<JetType> getValues()