Searched refs:toMethodUsage (Results 1 – 7 of 7) sorted by relevance
45 …public static MethodUsage toMethodUsage(MethodCallExpr call, ResolvedMethodDeclaration methodDecla… in toMethodUsage() method in TypeInference
270 …Line 504) facade.toMethodUsage(methodReferenceExpr).returnType() ==> com.github.javaparser.symbols…271 …ine 504) facade.toMethodUsage(methodReferenceExpr) ==> com.github.javaparser.symbolsolver.javapars…
504 Type actualType = facade.toMethodUsage(methodReferenceExpr).returnType(); in visit()
349 protected MethodUsage toMethodUsage(MethodReferenceExpr methodReferenceExpr) { in toMethodUsage() method in JavaParserFacade
485 … ResolvedType actualType = facade.toMethodUsage(methodReferenceExpr).returnType(); in visit()
357 protected MethodUsage toMethodUsage(MethodReferenceExpr methodReferenceExpr) { in toMethodUsage() method in JavaParserFacade