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

Unified Diff: pkg/fasta/lib/src/analyzer/ast_builder.dart

Issue 2650803002: Rename events. (Closed)
Patch Set: Address review comments. Created 3 years, 11 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/dart_parser/lib/src/parser.dart ('k') | pkg/fasta/lib/src/kernel/body_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fasta/lib/src/analyzer/ast_builder.dart
diff --git a/pkg/fasta/lib/src/analyzer/ast_builder.dart b/pkg/fasta/lib/src/analyzer/ast_builder.dart
index f8348f146a8cc910e2debdeeb44f7122cf8f5b30..fcb98fec876b8f9382b57971c3bf43d7bdfc979d 100644
--- a/pkg/fasta/lib/src/analyzer/ast_builder.dart
+++ b/pkg/fasta/lib/src/analyzer/ast_builder.dart
@@ -294,8 +294,8 @@ class AstBuilder extends ScopeListener {
popList(count);
}
- void endInitializer(Token assignmentOperator) {
- debugEvent("Initializer");
+ void endVariableInitializer(Token assignmentOperator) {
+ debugEvent("VariableInitializer");
assert(assignmentOperator.stringValue == "=");
Expression initializer = pop();
Identifier identifier = pop();
« no previous file with comments | « pkg/dart_parser/lib/src/parser.dart ('k') | pkg/fasta/lib/src/kernel/body_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698