org.jetbrains.jet.lang.resolve.calls.inference
Class TypeBounds.Bound

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.calls.inference.TypeBounds.Bound
Enclosing interface:
TypeBounds

public static class TypeBounds.Bound
extends java.lang.Object


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

type

public final JetType type

kind

public final TypeBounds.BoundKind kind

position

public final ConstraintPosition position
Constructor Detail

TypeBounds.Bound

public TypeBounds.Bound(@NotNull
                        JetType type,
                        @NotNull
                        TypeBounds.BoundKind kind,
                        @NotNull
                        ConstraintPosition position)