org.jetbrains.kotlin.types
Class TypeProjectionBase

java.lang.Object
  extended by org.jetbrains.kotlin.types.TypeProjectionBase
All Implemented Interfaces:
TypeProjection
Direct Known Subclasses:
TypeProjectionImpl

public abstract class TypeProjectionBase
extends java.lang.Object
implements TypeProjection


Constructor Summary
TypeProjectionBase()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jetbrains.kotlin.types.TypeProjection
getProjectionKind, getType, isStarProjection
 

Constructor Detail

TypeProjectionBase

public TypeProjectionBase()
Method Detail

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