public class TypeProjection extends java.lang.Object
| Constructor and Description |
|---|
TypeProjection(JetType type) |
TypeProjection(Variance projection,
JetType type) |
public TypeProjection(@NotNull Variance projection, @NotNull JetType type)
public TypeProjection(JetType type)
@NotNull public Variance getProjectionKind()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object