Searched refs:PsiType (Results 1 – 5 of 5) sorted by relevance
27 import com.intellij.psi.PsiType in <lambda>()61 ): PsiType? = null in <lambda>()63 protected fun getItemType(type: PsiType, container: String): PsiClassType? { in <lambda>()82 protected fun getReceivingType(expression: UElement): PsiType? { in <lambda>()102 protected fun filter(type: PsiType?): PsiType? { in <lambda>()117 private fun getParentTypes(type: PsiType): Set<PsiType> = in <lambda>()144 ): PsiType? { in getBoundingClass()175 ): PsiType? { in getBoundingClass()190 ): PsiType? { in getBoundingClass()205 ): PsiType? { in getBoundingClass()[all …]
22 import com.intellij.psi.PsiType45 signature.parameterTypes.joinToString(transform = PsiType::getCanonicalText) in getSignature()
29 import com.intellij.psi.PsiType88 if (method.returnType == PsiType.INT && in getApplicableUastTypes()153 listOf(PsiType.VOID, PsiType.INT, PsiType.BOOLEAN).contains(method.returnType) in isPermissionMethodReturnType()
30 import com.intellij.psi.PsiType64 private fun PsiType?.isPrimitive() = this is PsiPrimitiveType in getApplicableUastTypes() method
31 import com.intellij.psi.PsiType