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; |