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

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
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/resolver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a3d434a5ed417f76068b02a2a5761c288f4b5002 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.
*/
@@ -9712,6 +9718,12 @@ abstract class InternalAnalysisContext implements AnalysisContext {
*/
TypeProvider get typeProvider;
+ /** A factory to override how [ResolverVisitor] is created. */
+ ResolverVisitorFactory get resolverVisitorFactory;
+
+ /** A factory to override how [TypeResolverVisitor] is created. */
+ TypeResolverVisitorFactory get typeResolverVisitorFactory;
+
/**
* Add the given source with the given information to this context.
*
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698