925a0a5777
This CL makes four classes: - TypeInferrer, which is the API for type inference within a method body or field initializer, used by BodyBuilder. - TypeInferrerImpl, which is the generic implementation of TypeInferrer. - TypeInferenceEngine, which is the API for top level type inference and for creating TypeInferrers. - TypeInferenceEngineImpl, which is the generic implementation of TypeInferenceEngine. R=karlklose@google.com Review-Url: https://codereview.chromium.org/2830313002 .