Searched defs:UMethod (Results 1 – 2 of 2) sorted by relevance
49 private fun UMethod.isPublic() = modifierList.hasModifierProperty(PsiModifier.PUBLIC) in getApplicableUastTypes() method51 private fun UMethod.verifyMethod() { in getApplicableUastTypes() method57 private fun UMethod.verifyMethodParameters() { in getApplicableUastTypes() method
304 private fun UMethod.isInClearCallingIdentityScope(call: UCallExpression): Boolean { in <lambda>() method