Home
last modified time | relevance | path

Searched refs:isCompatibleInALooseInvocationContext (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
H A DTypeHelper.java75 …public static boolean isCompatibleInALooseInvocationContext(TypeSolver typeSolver, Expression expr… in isCompatibleInALooseInvocationContext() method in TypeHelper
77 …return isCompatibleInALooseInvocationContext(JavaParserFacade.get(typeSolver).getType(expression),… in isCompatibleInALooseInvocationContext()
86 public static boolean isCompatibleInALooseInvocationContext(ResolvedType s, ResolvedType t) { in isCompatibleInALooseInvocationContext() method in TypeHelper
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
H A DTypeCompatibleWithType.java10 ….javaparser.symbolsolver.resolution.typeinference.TypeHelper.isCompatibleInALooseInvocationContext;
36 if (isCompatibleInALooseInvocationContext(s, t)) { in reduce()
H A DExpressionCompatibleWithType.java21 ….javaparser.symbolsolver.resolution.typeinference.TypeHelper.isCompatibleInALooseInvocationContext;
47 if (isCompatibleInALooseInvocationContext(typeSolver, expression, T)) { in reduce()