| OLD | NEW |
| 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.constant; | 3 library engine.constant; |
| 4 import 'java_core.dart'; | 4 import 'java_core.dart'; |
| 5 import 'source.dart' show Source; | 5 import 'source.dart' show Source; |
| 6 import 'error.dart' show AnalysisError, ErrorCode, CompileTimeErrorCode; | 6 import 'error.dart' show AnalysisError, ErrorCode, CompileTimeErrorCode; |
| 7 import 'scanner.dart' show TokenType; | 7 import 'scanner.dart' show TokenType; |
| 8 import 'ast.dart'; | 8 import 'ast.dart'; |
| 9 import 'element.dart'; | 9 import 'element.dart'; |
| 10 import 'engine.dart' show AnalysisEngine; | 10 import 'engine.dart' show AnalysisEngine; |
| (...skipping 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1750 ValidResult valueOf3(double value) => new ValidResult(value); | 1750 ValidResult valueOf3(double value) => new ValidResult(value); |
| 1751 | 1751 |
| 1752 /** | 1752 /** |
| 1753 * Return a result object representing the given value. | 1753 * Return a result object representing the given value. |
| 1754 * | 1754 * |
| 1755 * @param value the value to be represented as a result object | 1755 * @param value the value to be represented as a result object |
| 1756 * @return a result object representing the given value | 1756 * @return a result object representing the given value |
| 1757 */ | 1757 */ |
| 1758 ValidResult valueOf4(String value) => new ValidResult(value); | 1758 ValidResult valueOf4(String value) => new ValidResult(value); |
| 1759 } | 1759 } |
| OLD | NEW |