Files
sdk/pkg/front_end/lib
Paul Berry 925a0a5777 Split up TypeInferrer class.
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 .
2017-04-21 05:39:09 -07:00
..
2017-04-21 05:39:09 -07:00