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

Unified Diff: packages/analyzer/lib/src/generated/visitors.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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: packages/analyzer/lib/src/generated/visitors.dart
diff --git a/analyzer/lib/src/generated/visitors.dart b/packages/analyzer/lib/src/generated/visitors.dart
similarity index 99%
rename from analyzer/lib/src/generated/visitors.dart
rename to packages/analyzer/lib/src/generated/visitors.dart
index defb317c49229960b98bf433e5b0b3c719d323ae..59e644f37c18f511fe4d3ef9373b12d89c448669 100644
--- a/analyzer/lib/src/generated/visitors.dart
+++ b/packages/analyzer/lib/src/generated/visitors.dart
@@ -303,6 +303,7 @@ class DelegatingAstVisitor<T> implements AstVisitor<T> {
node.visitChildren(this);
return null;
}
+
@override
T visitFunctionDeclaration(FunctionDeclaration node) {
_delegates.forEach((delegate) => delegate.visitFunctionDeclaration(node));
@@ -475,6 +476,7 @@ class DelegatingAstVisitor<T> implements AstVisitor<T> {
node.visitChildren(this);
return null;
}
+
@override
T visitMethodInvocation(MethodInvocation node) {
_delegates.forEach((delegate) => delegate.visitMethodInvocation(node));
@@ -545,6 +547,7 @@ class DelegatingAstVisitor<T> implements AstVisitor<T> {
node.visitChildren(this);
return null;
}
+
@override
T visitPrefixedIdentifier(PrefixedIdentifier node) {
_delegates.forEach((delegate) => delegate.visitPrefixedIdentifier(node));
« no previous file with comments | « packages/analyzer/lib/src/generated/utilities_general.dart ('k') | packages/analyzer/lib/src/plugin/command_line_plugin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698