Home
last modified time | relevance | path

Searched refs:componentType (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeItem.kt283 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() constant
480 PsiEllipsisType(componentType, nonNullProvider) in getCanonicalText()
DPsiBasedCodebase.kt558 val componentType = psiType.componentType in <lambda>() constant
559 if (componentType is PsiClassType) { in <lambda>()
560 val cls = componentType.resolve() ?: return null in <lambda>()
DPsiTypePrinter.kt126 getCanonicalText(type.componentType, null), in <lambda>()
200 return getText(type, getCanonicalText(type.componentType, null), "[]", elementAnnotations) in <lambda>()