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

Unified Diff: pkg/analyzer/lib/src/dart/ast/token.dart

Issue 3010533002: flatten token hierarchy (Closed)
Patch Set: Created 3 years, 4 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/parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/dart/ast/token.dart
diff --git a/pkg/analyzer/lib/src/dart/ast/token.dart b/pkg/analyzer/lib/src/dart/ast/token.dart
index d0770072a63153e65658acd7a47607f2408c9c25..09da763874e23cec95c69f2f2268c3c64d2e70e8 100644
--- a/pkg/analyzer/lib/src/dart/ast/token.dart
+++ b/pkg/analyzer/lib/src/dart/ast/token.dart
@@ -7,15 +7,11 @@ library analyzer.src.dart.ast.token;
export 'package:front_end/src/scanner/token.dart'
show
BeginToken,
- BeginTokenWithComment,
CommentToken,
DocumentationCommentToken,
KeywordToken,
- KeywordTokenWithComment,
SimpleToken,
StringToken,
- StringTokenWithComment,
SyntheticKeywordToken,
SyntheticStringToken,
- TokenClass,
- TokenWithComment;
+ TokenClass;
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698