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

Unified Diff: pkg/compiler/lib/src/parser/class_element_parser.dart

Issue 1313073007: Move parser and token related libraries into their own subfolder. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix unittests and try Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/native/native.dart ('k') | pkg/compiler/lib/src/parser/diet_parser_task.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/parser/class_element_parser.dart
diff --git a/pkg/compiler/lib/src/scanner/class_element_parser.dart b/pkg/compiler/lib/src/parser/class_element_parser.dart
similarity index 99%
rename from pkg/compiler/lib/src/scanner/class_element_parser.dart
rename to pkg/compiler/lib/src/parser/class_element_parser.dart
index e1669befaf0ed70818655591edacbee73206e052..6a72ad0f3f3538f0615aaf2e261595566b897e7c 100644
--- a/pkg/compiler/lib/src/scanner/class_element_parser.dart
+++ b/pkg/compiler/lib/src/parser/class_element_parser.dart
@@ -27,6 +27,8 @@ import '../elements/modelx.dart' show
VariableList;
import '../elements/visitor.dart' show
ElementVisitor;
+import '../tokens/token.dart' show
+ Token;
import '../tree/tree.dart';
import '../util/util.dart' show
Link;
@@ -43,8 +45,6 @@ import 'parser.dart' show
Parser;
import 'partial_parser.dart' show
PartialParser;
-import 'token.dart' show
- Token;
class ClassElementParser extends PartialParser {
ClassElementParser(Listener listener) : super(listener);
« no previous file with comments | « pkg/compiler/lib/src/native/native.dart ('k') | pkg/compiler/lib/src/parser/diet_parser_task.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698