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

Unified Diff: pkg/analyzer/lib/src/generated/engine.dart

Issue 924943010: Minor changes in analyzer to make it easier to extend (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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
Index: pkg/analyzer/lib/src/generated/engine.dart
diff --git a/pkg/analyzer/lib/src/generated/engine.dart b/pkg/analyzer/lib/src/generated/engine.dart
index 5b43f575c5b5fd426831897ac44b2a0b00ab9bac..4afbc55729bb9c6eabb7c23d35bcb937bdaf2484 100644
--- a/pkg/analyzer/lib/src/generated/engine.dart
+++ b/pkg/analyzer/lib/src/generated/engine.dart
@@ -1066,6 +1066,12 @@ class AnalysisContextImpl implements InternalAnalysisContext {
*/
CompilationUnit incrementalResolutionValidation_lastUnit;
+ /** A factory to override how [ResolverVisitor] is created. */
+ ResolverVisitorFactory resolverVisitorFactory;
+
+ /** A factory to override how [TypeResolverVisitor] is created. */
+ TypeResolverVisitorFactory typeResolverVisitorFactory;
+
/**
* Initialize a newly created analysis context.
*/
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/resolver.dart » ('j') | pkg/analyzer/lib/src/generated/resolver.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698