Searched refs:isCompatibleInALooseInvocationContext (Results 1 – 3 of 3) sorted by relevance
75 …public static boolean isCompatibleInALooseInvocationContext(TypeSolver typeSolver, Expression expr… in isCompatibleInALooseInvocationContext() method in TypeHelper77 …return isCompatibleInALooseInvocationContext(JavaParserFacade.get(typeSolver).getType(expression),… in isCompatibleInALooseInvocationContext()86 public static boolean isCompatibleInALooseInvocationContext(ResolvedType s, ResolvedType t) { in isCompatibleInALooseInvocationContext() method in TypeHelper
10 ….javaparser.symbolsolver.resolution.typeinference.TypeHelper.isCompatibleInALooseInvocationContext;36 if (isCompatibleInALooseInvocationContext(s, t)) { in reduce()
21 ….javaparser.symbolsolver.resolution.typeinference.TypeHelper.isCompatibleInALooseInvocationContext;47 if (isCompatibleInALooseInvocationContext(typeSolver, expression, T)) { in reduce()