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

All Known Implementing Classes:
TypeValue

public interface BoundsOwner


Method Summary
 java.util.Set<TypeValue> getLowerBounds()
           
 java.util.Set<TypeValue> getUpperBounds()
           
 

Method Detail

getUpperBounds

@NotNull
java.util.Set<TypeValue> getUpperBounds()

getLowerBounds

@NotNull
java.util.Set<TypeValue> getLowerBounds()