Searched defs:typeInference (Results 1 – 2 of 2) sorted by relevance
258 @Nullable private final BytecodeTypeInference typeInference; field in TryWithResourcesRewriter.TryWithResourceVisitor265 @Nullable BytecodeTypeInference typeInference) { in TryWithResourceVisitor()
46 TypeInference typeInference = new TypeInference(typeSolver); in toMethodUsage() local