Searched refs:componentType (Results 1 – 3 of 3) sorted by relevance
611 var componentType = psiType.componentType in <lambda>() variable613 while (componentType is PsiArrayType) { in <lambda>()614 componentType = componentType.componentType in <lambda>()616 if (componentType is PsiClassType) { in <lambda>()617 val cls = componentType.resolve() ?: return null in <lambda>()
282 ellipsisType.componentType.accept(this) in typeArgumentClasses()287 arrayType.componentType.accept(this) in typeArgumentClasses()380 appendJvmSignature(buffer, psiType.componentType) in appendJvmSignature()481 type.componentType.annotate(provider).createArrayType() in getCanonicalText()501 val componentType = type.componentType.annotate(provider) in getCanonicalText() constant503 PsiEllipsisType(componentType, nonNullProvider) in getCanonicalText()
124 getCanonicalText(type.componentType, null), in <lambda>()199 return getText(type, getCanonicalText(type.componentType, null), "[]", elementAnnotations) in <lambda>()