Searched refs:PsiMethod (Results 1 – 13 of 13) sorted by relevance
36 import com.intellij.psi.PsiMethod;61 PsiMethod resolvedMethod = (PsiMethod)methodReference.resolve(); in testJavaReferenceFromSmali()94 PsiMethod resolvedMethod = (PsiMethod)methodReference.resolve(); in testSmaliReferenceFromSmali()126 PsiMethod resolvedMethod = (PsiMethod)methodReference.resolve(); in testSmaliReferenceFromJava()
7 import com.intellij.psi.PsiMethod;42 PsiMethod method = testClass.findMethodsByName(oldMethodName, false)[0]; in doRename()
41 import com.intellij.psi.PsiMethod;179 new Predicate<PsiMethod>() {180 @Override public boolean apply(PsiMethod psiMethod) {187 new Function<PsiMethod, Method>() {188 @Nullable @Override public Method apply(PsiMethod psiMethod) {196 Iterables.filter(Arrays.asList(psiClass.getMethods()), new Predicate<PsiMethod>() {197 @Override public boolean apply(PsiMethod psiMethod) {204 new Function<PsiMethod, Method>() {205 @Nullable @Override public Method apply(PsiMethod psiMethod) {
39 import com.intellij.psi.PsiMethod;61 private final PsiMethod psiMethod;63 public SmalideaMethod(@NotNull PsiMethod psiMethod) { in SmalideaMethod()
194 @NotNull @Override public PsiMethod[] getConstructors() { in getConstructors()211 @NotNull @Override public PsiMethod[] getAllMethods() { in getAllMethods()223 …@Nullable @Override public PsiMethod findMethodBySignature(PsiMethod patternMethod, boolean checkB… in findMethodBySignature()227 …@NotNull @Override public PsiMethod[] findMethodsBySignature(PsiMethod patternMethod, boolean chec… in findMethodsBySignature()231 … @NotNull @Override public PsiMethod[] findMethodsByName(@NonNls String name, boolean checkBases) { in findMethodsByName()236 …public List<Pair<PsiMethod, PsiSubstitutor>> findMethodsAndTheirSubstitutorsByName(@NonNls String … in findMethodsAndTheirSubstitutorsByName()240 …@NotNull @Override public List<Pair<PsiMethod, PsiSubstitutor>> getAllMethodsAndTheirSubstitutors(… in getAllMethodsAndTheirSubstitutors()
67 implements PsiMethod, SmaliModifierListOwner, PsiAnnotationMethod {200 @NotNull @Override public PsiMethod[] findSuperMethods() { in findSuperMethods()204 @NotNull @Override public PsiMethod[] findSuperMethods(boolean checkAccess) { in findSuperMethods()208 @NotNull @Override public PsiMethod[] findSuperMethods(PsiClass parentClass) { in findSuperMethods()217 @Nullable @Override public PsiMethod findDeepestSuperMethod() { in findDeepestSuperMethod()221 @NotNull @Override public PsiMethod[] findDeepestSuperMethods() { in findDeepestSuperMethods()
98 for (PsiMethod method : annotationClass.findMethodsByName(getName(), true)) { in resolve()
40 fun PsiMethod.getJavaMethodDescriptor(resolutionFacade: ResolutionFacade = javaResolutionFacade()):… in <lambda>() method41 val method = originalElement as? PsiMethod ?: return null in <lambda>()67 is PsiMethod -> getJavaMethodDescriptor(resolutionFacade) in getJavaMemberDescriptor()80 …if (descriptor is ClassDescriptor && this is PsiMethod) descriptor.unsubstitutedPrimaryConstructor… in getJavaOrKotlinMemberDescriptor()
87 if (element is PsiMethod) { in parseDocumentation()218 private fun PsiMethod.searchInheritedTags(): Map<String, Collection<TagWithContext>> { in parseDocumentation() method222 fun recursiveSearch(methods: Array<PsiMethod>) { in parseDocumentation()465 val result = (element as? PsiMethod)?.let { in parseDocumentation()535 private fun PsiMethod.findSuperDocCommentOrWarn(): String { in parseDocumentation() method549 private fun PsiMethod.findSuperDocTagOrWarn(elementToExpand: PsiDocTag): String { in parseDocumentation() method565 private fun findFirstSuperMethodWithDocumentation(current: PsiMethod): PsiMethod? { in parseDocumentation()585 current: PsiMethod in parseDocumentation()586 ): Pair<PsiMethod, PsiDocTag>? { in parseDocumentation()
23 is PsiMethod -> in <lambda>()280 fun PsiMethod.build(): DocumentationNode { in appendFile() method292 private fun PsiMethod.nodeKind(): NodeKind = when { in appendFile() method
6 import com.intellij.psi.PsiMethod in <lambda>()220 val psi = symbol.sourcePsi() as? PsiMethod in getPath()
66 } else if (referenced instanceof PsiMethod) { in getUsageType()
META-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...