DescriptionSplit 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
Committed: https://github.com/dart-lang/sdk/commit/925a0a577737fd9b672c961fd080f3a7fc609fc8
Patch Set 1 #Messages
Total messages: 7 (3 generated)
|