Home
last modified time | relevance | path

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

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
H A DTypeInference.java179 public BoundSet invocationTypeInferenceBoundsSetB3() { in invocationTypeInferenceBoundsSetB3() method in TypeInference
222 BoundSet B3 = invocationTypeInferenceBoundsSetB3(); in invocationTypeInference()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
H A DExpressionCompatibleWithType.java83 BoundSet B3 = new TypeInference(typeSolver).invocationTypeInferenceBoundsSetB3(); in reduce()