Searched refs:methodReferenceExpr (Results 1 – 8 of 8) sorted by relevance
572 private boolean isInexact(MethodReferenceExpr methodReferenceExpr) { in isInexact() argument592 MethodReferenceExpr methodReferenceExpr = (MethodReferenceExpr)argument; in isPertinentToApplicability() local593 if (isInexact(methodReferenceExpr)) { in isPertinentToApplicability()
349 protected MethodUsage toMethodUsage(MethodReferenceExpr methodReferenceExpr) { in toMethodUsage() argument350 if (!(methodReferenceExpr.getScope() instanceof TypeExpr)) { in toMethodUsage()353 TypeExpr typeExpr = (TypeExpr) methodReferenceExpr.getScope(); in toMethodUsage()362 …ation()).getAllMethods().stream().filter(it -> it.getName().equals(methodReferenceExpr.getIdentifi… in toMethodUsage()
502 MethodReferenceExpr methodReferenceExpr = (MethodReferenceExpr) node; in visit() local504 Type actualType = facade.toMethodUsage(methodReferenceExpr).returnType(); in visit()
357 protected MethodUsage toMethodUsage(MethodReferenceExpr methodReferenceExpr) { in toMethodUsage() argument358 if (!(methodReferenceExpr.getScope() instanceof TypeExpr)) { in toMethodUsage()361 TypeExpr typeExpr = (TypeExpr) methodReferenceExpr.getScope(); in toMethodUsage()370 …ation()).getAllMethods().stream().filter(it -> it.getName().equals(methodReferenceExpr.getIdentifi… in toMethodUsage()
483 MethodReferenceExpr methodReferenceExpr = node; in visit() local485 … ResolvedType actualType = facade.toMethodUsage(methodReferenceExpr).returnType(); in visit()
145 …Line 350) methodReferenceExpr.getScope() ==> com.github.javaparser.ast.expr.MethodReferenceExpr.ge…146 …Line 353) methodReferenceExpr.getScope() ==> com.github.javaparser.ast.expr.MethodReferenceExpr.ge…157 …ation()).getAllMethods().stream().filter(it -> it.getName().equals(methodReferenceExpr.getIdentifi…158 …ation()).getAllMethods().stream().filter(it -> it.getName().equals(methodReferenceExpr.getIdentifi…162 …Line 362) it.getName().equals(methodReferenceExpr.getIdentifier()) ==> java.lang.String.equals(jav…164 …Line 362) methodReferenceExpr.getIdentifier() ==> com.github.javaparser.ast.expr.MethodReferenceEx…
270 …Line 504) facade.toMethodUsage(methodReferenceExpr).returnType() ==> com.github.javaparser.symbols…271 …Line 504) facade.toMethodUsage(methodReferenceExpr) ==> com.github.javaparser.symbolsolver.javapar…