|
|||||||||
| 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.TypeBoundsImpl.Bound
public static class TypeBoundsImpl.Bound
| Field Summary | |
|---|---|
TypeBoundsImpl.BoundKind |
kind
|
ConstraintPosition |
position
|
JetType |
type
|
| Constructor Summary | |
|---|---|
TypeBoundsImpl.Bound(JetType type,
TypeBoundsImpl.BoundKind kind,
ConstraintPosition position)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final JetType type
public final TypeBoundsImpl.BoundKind kind
public final ConstraintPosition position
| Constructor Detail |
|---|
public TypeBoundsImpl.Bound(@NotNull
JetType type,
@NotNull
TypeBoundsImpl.BoundKind kind,
@NotNull
ConstraintPosition position)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||