| OLD | NEW |
| 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 // | 4 // |
| 5 // This file has been automatically generated. Please do not edit it manually. | 5 // This file has been automatically generated. Please do not edit it manually. |
| 6 // To regenerate the file, use the script | 6 // To regenerate the file, use the script |
| 7 // "pkg/analysis_server/tool/spec/generate_files". | 7 // "pkg/analysis_server/tool/spec/generate_files". |
| 8 | 8 |
| 9 part of analysis_server.plugin.protocol.protocol; | 9 part of analysis_server.plugin.protocol.protocol; |
| 10 | 10 |
| (...skipping 8245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8256 | 8256 |
| 8257 bool _enableSuperMixins; | 8257 bool _enableSuperMixins; |
| 8258 | 8258 |
| 8259 bool _generateDart2jsHints; | 8259 bool _generateDart2jsHints; |
| 8260 | 8260 |
| 8261 bool _generateHints; | 8261 bool _generateHints; |
| 8262 | 8262 |
| 8263 bool _generateLints; | 8263 bool _generateLints; |
| 8264 | 8264 |
| 8265 /** | 8265 /** |
| 8266 * Deprecated: this feature is always enabled. | |
| 8267 * | |
| 8268 * True if the client wants to enable support for the proposed async feature. | 8266 * True if the client wants to enable support for the proposed async feature. |
| 8269 */ | 8267 */ |
| 8270 bool get enableAsync => _enableAsync; | 8268 bool get enableAsync => _enableAsync; |
| 8271 | 8269 |
| 8272 /** | 8270 /** |
| 8273 * Deprecated: this feature is always enabled. | |
| 8274 * | |
| 8275 * True if the client wants to enable support for the proposed async feature. | 8271 * True if the client wants to enable support for the proposed async feature. |
| 8276 */ | 8272 */ |
| 8277 void set enableAsync(bool value) { | 8273 void set enableAsync(bool value) { |
| 8278 this._enableAsync = value; | 8274 this._enableAsync = value; |
| 8279 } | 8275 } |
| 8280 | 8276 |
| 8281 /** | 8277 /** |
| 8282 * Deprecated: this feature is always enabled. | 8278 * Deprecated: this feature is always enabled. |
| 8283 * | 8279 * |
| 8284 * True if the client wants to enable support for the proposed deferred | 8280 * True if the client wants to enable support for the proposed deferred |
| (...skipping 8603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16888 return false; | 16884 return false; |
| 16889 } | 16885 } |
| 16890 | 16886 |
| 16891 @override | 16887 @override |
| 16892 int get hashCode { | 16888 int get hashCode { |
| 16893 int hash = 0; | 16889 int hash = 0; |
| 16894 hash = JenkinsSmiHash.combine(hash, newName.hashCode); | 16890 hash = JenkinsSmiHash.combine(hash, newName.hashCode); |
| 16895 return JenkinsSmiHash.finish(hash); | 16891 return JenkinsSmiHash.finish(hash); |
| 16896 } | 16892 } |
| 16897 } | 16893 } |
| OLD | NEW |