Searched defs:inferenceVariables (Results 1 – 5 of 5) sorted by relevance
18 private List<InferenceVariable> inferenceVariables; field in CapturesBound21 …public CapturesBound(List<InferenceVariable> inferenceVariables, List<ResolvedType> typesOrWildcar… in CapturesBound()
15 private List<InferenceVariable> inferenceVariables; field in InferenceVariableSubstitution
15 …<TypeSolver, IdentityHashMap<LambdaExpr, List<InferenceVariable>>> inferenceVariables = new HashMa… field in TypeInferenceCache
24 List<InferenceVariable> inferenceVariables = new LinkedList<>(); in instantiate() local
505 …edTypeParameterDeclaration> typeParameterDeclarations, List<InferenceVariable> inferenceVariables)… in boundSetup()