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

Unified Diff: pkg/front_end/lib/src/fasta/parser/listener.dart

Issue 2703393005: Implement FunctionTypeAlias in AstBuilder. (Closed)
Patch Set: Reformat Created 3 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 | « pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/parser/listener.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/listener.dart b/pkg/front_end/lib/src/fasta/parser/listener.dart
index 8be392c3981576b243f47ca736359b1031082413..6fd0adda9e8af1c0fa5aa95de066b6764d3b0244 100644
--- a/pkg/front_end/lib/src/fasta/parser/listener.dart
+++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
@@ -232,6 +232,12 @@ class Listener {
void beginFunctionTypeAlias(Token token) {}
+ /// Handle the end of a typedef declaration. Substructures:
+ /// - Metadata
+ /// - Return type
+ /// - Name (identifier)
+ /// - Type variables
+ /// - Formal parameters
void endFunctionTypeAlias(Token typedefKeyword, Token endToken) {
logEvent("FunctionTypeAlias");
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698