Home
last modified time | relevance | path

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

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
H A DExpressionCompatibleWithType.java124 targetFunctionType = replaceTypeVariablesWithInferenceVariables(targetFunctionType); in reduce()
312 private MethodType replaceTypeVariablesWithInferenceVariables(MethodType methodType) { in replaceTypeVariablesWithInferenceVariables() method in ExpressionCompatibleWithType
317 …newFormalArgumentTypes.add(replaceTypeVariablesWithInferenceVariables(formalArg, correspondences)); in replaceTypeVariablesWithInferenceVariables()
319 …ResolvedType newReturnType = replaceTypeVariablesWithInferenceVariables(methodType.getReturnType()… in replaceTypeVariablesWithInferenceVariables()
323 …private ResolvedType replaceTypeVariablesWithInferenceVariables(ResolvedType originalType, Map<Res… in replaceTypeVariablesWithInferenceVariables() method in ExpressionCompatibleWithType