Object KSTypeImpl.Companion
-
- All Implemented Interfaces:
public class KSTypeImpl.Companion extends KSObjectCache<IdKey<KotlinType>, KSTypeImpl>
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<IdKey<KotlinType>, KSTypeImpl>cachepublic final static KSTypeImpl.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final KSTypeImplgetCached(KotlinType kotlinType, List<KSTypeArgument> ksTypeArguments, Sequence<KSAnnotation> annotations)-
-
Method Detail
-
getCached
final KSTypeImpl getCached(KotlinType kotlinType, List<KSTypeArgument> ksTypeArguments, Sequence<KSAnnotation> annotations)
-
-
-
-