|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.calls.inference.TypeConstraintsImpl
public class TypeConstraintsImpl
| Nested Class Summary | |
|---|---|
static class |
TypeConstraintsImpl.BoundKind
|
| Constructor Summary | |
|---|---|
TypeConstraintsImpl(Variance varianceOfPosition)
|
|
| Method Summary | |
|---|---|
void |
addBound(TypeConstraintsImpl.BoundKind boundKind,
JetType type)
|
java.util.Set<JetType> |
getExactBounds()
|
java.util.Set<JetType> |
getLowerBounds()
|
java.util.Set<JetType> |
getUpperBounds()
|
Variance |
getVarianceOfPosition()
|
boolean |
isEmpty()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeConstraintsImpl(Variance varianceOfPosition)
| Method Detail |
|---|
@NotNull public Variance getVarianceOfPosition()
getVarianceOfPosition in interface TypeConstraints
public void addBound(@NotNull
TypeConstraintsImpl.BoundKind boundKind,
@NotNull
JetType type)
public boolean isEmpty()
isEmpty in interface TypeConstraints@NotNull public java.util.Set<JetType> getLowerBounds()
getLowerBounds in interface TypeConstraints@NotNull public java.util.Set<JetType> getUpperBounds()
getUpperBounds in interface TypeConstraints@NotNull public java.util.Set<JetType> getExactBounds()
getExactBounds in interface TypeConstraints
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||