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

Side by Side Diff: pkg/analyzer/lib/src/dart/ast/token.dart

Issue 3010533002: flatten token hierarchy (Closed)
Patch Set: Created 3 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/parser.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library analyzer.src.dart.ast.token; 5 library analyzer.src.dart.ast.token;
6 6
7 export 'package:front_end/src/scanner/token.dart' 7 export 'package:front_end/src/scanner/token.dart'
8 show 8 show
9 BeginToken, 9 BeginToken,
10 BeginTokenWithComment,
11 CommentToken, 10 CommentToken,
12 DocumentationCommentToken, 11 DocumentationCommentToken,
13 KeywordToken, 12 KeywordToken,
14 KeywordTokenWithComment,
15 SimpleToken, 13 SimpleToken,
16 StringToken, 14 StringToken,
17 StringTokenWithComment,
18 SyntheticKeywordToken, 15 SyntheticKeywordToken,
19 SyntheticStringToken, 16 SyntheticStringToken,
20 TokenClass, 17 TokenClass;
21 TokenWithComment;
OLDNEW
« 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