Searched refs:UMethod (Results 1 – 7 of 7) sorted by relevance
41 import org.jetbrains.uast.UMethod in <lambda>()137 ((psiMethod as? UMethod)?.sourcePsi as? KtNamedFunction)?.valueParameters in <lambda>()146 return psiMethod is UMethod && in <lambda>()154 val method = psiMethod as? UMethod ?: return emptySet() in <lambda>()183 UMethod::class.java in <lambda>()268 val ktFunction = (psiMethod as? UMethod)?.sourcePsi as? KtFunction ?: return false in <lambda>()450 get() = if (this is UMethod) uastParameters else parameterList.parameters.toList()
32 import org.jetbrains.uast.UMethod105 isPrimary = (psiMethod as? UMethod)?.isPrimaryConstructor ?: false, in isImplicitConstructor()144 private val UMethod.isPrimaryConstructor: Boolean in isImplicitConstructor() constant
40 import org.jetbrains.uast.UMethod in <lambda>()331 containingMethod: UMethod, in <lambda>()
46 import org.jetbrains.uast.UMethod189 ((containingMethod.psiMethod as? UMethod)?.sourcePsi as? KtFunction) in computeDefaultValue()
91 import org.jetbrains.uast.UMethod in <lambda>()175 if (element is UMethod) { in <lambda>()331 if (element is UMethod && (element.sourceElement is KtPropertyAccessor)) { in <lambda>()
69 import org.jetbrains.uast.UMethod in <lambda>()834 if (psiMethod is UMethod) { in <lambda>()
9 import org.jetbrains.uast.UMethod17 UMethod::class.java) in getApplicableUastTypes()22 override fun visitMethod(node: UMethod) { in getApplicableUastTypes()