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

Unified Diff: pkg/analyzer_experimental/lib/src/generated/html.dart

Issue 12838003: Rename analyzer-experimental to analyzer_experimental. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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
Index: pkg/analyzer_experimental/lib/src/generated/html.dart
diff --git a/pkg/analyzer-experimental/lib/src/generated/html.dart b/pkg/analyzer_experimental/lib/src/generated/html.dart
similarity index 99%
rename from pkg/analyzer-experimental/lib/src/generated/html.dart
rename to pkg/analyzer_experimental/lib/src/generated/html.dart
index f2d444a93052fd6a945111338b5be445b1975085..11144856947f344d72feb9624d847d2b44d2fbc7 100644
--- a/pkg/analyzer-experimental/lib/src/generated/html.dart
+++ b/pkg/analyzer_experimental/lib/src/generated/html.dart
@@ -42,10 +42,10 @@ class Token {
* @param offset the offset from the beginning of the file to the first character in the token
*/
Token.con1(TokenType type, int offset) {
- _jtd_constructor_145_impl(type, offset);
+ _jtd_constructor_147_impl(type, offset);
}
- _jtd_constructor_145_impl(TokenType type, int offset) {
- _jtd_constructor_146_impl(type, offset, type.lexeme);
+ _jtd_constructor_147_impl(TokenType type, int offset) {
+ _jtd_constructor_148_impl(type, offset, type.lexeme);
}
/**
* Initialize a newly created token.
@@ -54,9 +54,9 @@ class Token {
* @param value the lexeme represented by this token (not {@code null})
*/
Token.con2(TokenType type4, int offset3, String value7) {
- _jtd_constructor_146_impl(type4, offset3, value7);
+ _jtd_constructor_148_impl(type4, offset3, value7);
}
- _jtd_constructor_146_impl(TokenType type4, int offset3, String value7) {
+ _jtd_constructor_148_impl(TokenType type4, int offset3, String value7) {
this._type = type4;
this._value = value7;
this._offset = offset3;

Powered by Google App Engine
This is Rietveld 408576698