org.jetbrains.jet.lang.types
Class TypeProjection

java.lang.Object
  extended by org.jetbrains.jet.lang.types.TypeProjection

public class TypeProjection
extends java.lang.Object


Constructor Summary
TypeProjection(JetType type)
           
TypeProjection(Variance projection, JetType type)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Variance getProjectionKind()
           
 JetType getType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeProjection

public TypeProjection(@NotNull
                      Variance projection,
                      @NotNull
                      JetType type)

TypeProjection

public TypeProjection(JetType type)
Method Detail

getProjectionKind

@NotNull
public Variance getProjectionKind()

getType

@NotNull
public JetType getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object