org.jetbrains.jet.lang.types
Class TypeProjection
java.lang.Object
org.jetbrains.jet.lang.types.TypeProjection
public class TypeProjection
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TypeProjection
public TypeProjection(@NotNull
Variance projection,
@NotNull
JetType type)
TypeProjection
public TypeProjection(JetType type)
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