Searched refs:replaceTypeVariablesWithInferenceVariables (Results 1 – 1 of 1) sorted by relevance
124 targetFunctionType = replaceTypeVariablesWithInferenceVariables(targetFunctionType); in reduce()312 private MethodType replaceTypeVariablesWithInferenceVariables(MethodType methodType) { in replaceTypeVariablesWithInferenceVariables() method in ExpressionCompatibleWithType317 …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