Searched refs:componentType (Results 1 – 3 of 3) sorted by relevance
283 ellipsisType.componentType.accept(this) in typeArgumentClasses()288 arrayType.componentType.accept(this) in typeArgumentClasses()373 appendJvmSignature(buffer, psiType.componentType) in appendJvmSignature()468 … type.componentType.annotate(provider).createArrayType().annotate(provider) in getCanonicalText()478 val componentType = type.componentType.annotate(provider) in getCanonicalText() constant480 PsiEllipsisType(componentType, nonNullProvider) in getCanonicalText()
558 val componentType = psiType.componentType in <lambda>() constant559 if (componentType is PsiClassType) { in <lambda>()560 val cls = componentType.resolve() ?: return null in <lambda>()
126 getCanonicalText(type.componentType, null), in <lambda>()200 return getText(type, getCanonicalText(type.componentType, null), "[]", elementAnnotations) in <lambda>()