|
|||||||||
| 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.TypeBounds.Bound
public static class TypeBounds.Bound
| Field Summary | |
|---|---|
TypeBounds.BoundKind |
kind
|
ConstraintPosition |
position
|
JetType |
type
|
| Constructor Summary | |
|---|---|
TypeBounds.Bound(JetType type,
TypeBounds.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 TypeBounds.BoundKind kind
public final ConstraintPosition position
| Constructor Detail |
|---|
public TypeBounds.Bound(@NotNull
JetType type,
@NotNull
TypeBounds.BoundKind kind,
@NotNull
ConstraintPosition position)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||