org.jetbrains.kotlin.types
Class AbstractClassTypeConstructor
java.lang.Object
AbstractTypeConstructor
org.jetbrains.kotlin.types.AbstractClassTypeConstructor
- All Implemented Interfaces:
- Annotated, TypeConstructor
- Direct Known Subclasses:
- ClassTypeConstructorImpl
public abstract class AbstractClassTypeConstructor
- extends AbstractTypeConstructor
- implements TypeConstructor
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AbstractClassTypeConstructor
public AbstractClassTypeConstructor(@NotNull
StorageManager storageManager)
hashCode
public final int hashCode()
getDeclarationDescriptor
@NotNull
public abstract ClassifierDescriptor getDeclarationDescriptor()
- Specified by:
getDeclarationDescriptor in interface TypeConstructor
getBuiltIns
@NotNull
public KotlinBuiltIns getBuiltIns()
- Specified by:
getBuiltIns in interface TypeConstructor
equals
public boolean equals(java.lang.Object other)
getAdditionalNeighboursInSupertypeGraph
@NotNull
protected java.util.Collection<KotlinType> getAdditionalNeighboursInSupertypeGraph()