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

Side by Side Diff: pkg/analyzer/lib/src/generated/parser.dart

Issue 45573002: Rename analyzer_experimental to analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks before publishing. Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 // This code was auto-generated, is not intended to be edited, and is subject to 1 // This code was auto-generated, is not intended to be edited, and is subject to
2 // significant change. Please see the README file for more information. 2 // significant change. Please see the README file for more information.
3 library engine.parser; 3 library engine.parser;
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'java_core.dart'; 5 import 'java_core.dart';
6 import 'instrumentation.dart'; 6 import 'instrumentation.dart';
7 import 'error.dart'; 7 import 'error.dart';
8 import 'source.dart'; 8 import 'source.dart';
9 import 'scanner.dart'; 9 import 'scanner.dart';
10 import 'ast.dart'; 10 import 'ast.dart';
(...skipping 6934 matching lines...) Expand 10 before | Expand all | Expand 10 after
6945 if ("\n" == separator) { 6945 if ("\n" == separator) {
6946 _writer.print("\n"); 6946 _writer.print("\n");
6947 indent(); 6947 indent();
6948 } else if (i > 0) { 6948 } else if (i > 0) {
6949 _writer.print(separator); 6949 _writer.print(separator);
6950 } 6950 }
6951 _writer.print(tokens[i].lexeme); 6951 _writer.print(tokens[i].lexeme);
6952 } 6952 }
6953 } 6953 }
6954 } 6954 }
OLDNEW
« no previous file with comments | « pkg/analyzer/lib/src/generated/java_junit.dart ('k') | pkg/analyzer/lib/src/generated/resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698