Searched refs:KSTypeArgumentJavaImpl (Results 1 – 4 of 4) sorted by relevance
29 class KSTypeArgumentJavaImpl private constructor( class33 companion object : KSObjectCache<PsiType, KSTypeArgumentJavaImpl>() {34 …fun getCached(psi: PsiType, parent: KSNode?) = cache.getOrPut(psi) { KSTypeArgumentJavaImpl(psi, p… in <lambda>()
54 psi.parameters.map { KSTypeArgumentJavaImpl.getCached(it, this) } in <lambda>()
60 … if (parentPsi.parent is PsiClassType) KSTypeArgumentJavaImpl.getCached(parentPsi, this) in <lambda>()
152 …is KSTypeArgumentKtImpl, is KSTypeArgumentJavaImpl, is KSTypeArgumentLiteImpl -> ksTypeArgument.ty… in KSTypeReference()260 is KSTypeArgumentJavaImpl -> KSTypeArgumentJavaImpl.getCached(node.psi, node.parent) in getInstanceForCurrentRound()