Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Unified Diff: pkg/front_end/lib/src/fasta/builder/builder.dart

Issue 2830313002: Split up TypeInferrer class. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/kernel/body_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/builder/builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/builder.dart b/pkg/front_end/lib/src/fasta/builder/builder.dart
index 940bc78207247f717219570d50d7832138f103e2..50fb7afd362ecb035446e36044ef0e2a8bf00974 100644
--- a/pkg/front_end/lib/src/fasta/builder/builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/builder.dart
@@ -61,8 +61,8 @@ import 'library_builder.dart' show LibraryBuilder;
import 'package:front_end/src/fasta/builder/class_builder.dart'
show ClassBuilder;
-import 'package:front_end/src/fasta/type_inference/type_inferrer.dart'
- show TypeInferrer;
+import 'package:front_end/src/fasta/type_inference/type_inference_engine.dart'
+ show TypeInferenceEngine;
abstract class Builder {
/// Used when multiple things with the same name are declared within the same
@@ -139,6 +139,6 @@ abstract class Builder {
return internalError("No library parent.");
}
- void prepareInitializerInference(TypeInferrer typeInferrer,
+ void prepareInitializerInference(TypeInferenceEngine typeInferenceEngine,
LibraryBuilder library, ClassBuilder currentClass) {}
}
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/kernel/body_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698