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

Unified Diff: pkg/analyzer/test/generated/parser_fasta_listener.dart

Issue 2982033002: Rename FunctionDeclaration to LocalFunctionDeclaration. (Closed)
Patch Set: Documentation tweak. Created 3 years, 5 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 | « pkg/analyzer/lib/src/fasta/ast_builder.dart ('k') | pkg/compiler/lib/src/parser/node_listener.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/parser_fasta_listener.dart
diff --git a/pkg/analyzer/test/generated/parser_fasta_listener.dart b/pkg/analyzer/test/generated/parser_fasta_listener.dart
index efdf6ad7cae5c2b404539ad9f62976ef49d5ad1b..7c4d5f2810eba4ac61e9bf083e1c6baca78578f3 100644
--- a/pkg/analyzer/test/generated/parser_fasta_listener.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_listener.dart
@@ -239,9 +239,9 @@ class ForwardingTestListener implements fasta.Listener {
}
@override
- void beginFunctionDeclaration(analyzer.Token token) {
- listener.beginFunctionDeclaration(token);
- _begin('FunctionDeclaration');
+ void beginLocalFunctionDeclaration(analyzer.Token token) {
+ listener.beginLocalFunctionDeclaration(token);
+ _begin('LocalFunctionDeclaration');
}
@override
@@ -780,9 +780,9 @@ class ForwardingTestListener implements fasta.Listener {
}
@override
- void endFunctionDeclaration(analyzer.Token endToken) {
- _end('FunctionDeclaration');
- listener.endFunctionDeclaration(endToken);
+ void endLocalFunctionDeclaration(analyzer.Token endToken) {
+ _end('LocalFunctionDeclaration');
+ listener.endLocalFunctionDeclaration(endToken);
}
@override
« no previous file with comments | « pkg/analyzer/lib/src/fasta/ast_builder.dart ('k') | pkg/compiler/lib/src/parser/node_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698