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

Side by Side Diff: pkg/analysis_server/lib/src/generated_protocol.dart

Issue 1255113005: Deprecate option "enableNullAwareOperators" in analysis server. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Clean up API spec. Created 5 years, 4 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 unified diff | Download patch
OLDNEW
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 protocol; 9 part of protocol;
10 /** 10 /**
(...skipping 7385 matching lines...) Expand 10 before | Expand all | Expand 10 after
7396 7396
7397 bool _enableNullAwareOperators; 7397 bool _enableNullAwareOperators;
7398 7398
7399 bool _generateDart2jsHints; 7399 bool _generateDart2jsHints;
7400 7400
7401 bool _generateHints; 7401 bool _generateHints;
7402 7402
7403 bool _generateLints; 7403 bool _generateLints;
7404 7404
7405 /** 7405 /**
7406 * Deprecated 7406 * Deprecated: this feature is always enabled.
7407 * 7407 *
7408 * True if the client wants to enable support for the proposed async feature. 7408 * True if the client wants to enable support for the proposed async feature.
7409 */ 7409 */
7410 bool get enableAsync => _enableAsync; 7410 bool get enableAsync => _enableAsync;
7411 7411
7412 /** 7412 /**
7413 * Deprecated 7413 * Deprecated: this feature is always enabled.
7414 * 7414 *
7415 * True if the client wants to enable support for the proposed async feature. 7415 * True if the client wants to enable support for the proposed async feature.
7416 */ 7416 */
7417 void set enableAsync(bool value) { 7417 void set enableAsync(bool value) {
7418 this._enableAsync = value; 7418 this._enableAsync = value;
7419 } 7419 }
7420 7420
7421 /** 7421 /**
7422 * Deprecated 7422 * Deprecated: this feature is always enabled.
7423 * 7423 *
7424 * True if the client wants to enable support for the proposed deferred 7424 * True if the client wants to enable support for the proposed deferred
7425 * loading feature. 7425 * loading feature.
7426 */ 7426 */
7427 bool get enableDeferredLoading => _enableDeferredLoading; 7427 bool get enableDeferredLoading => _enableDeferredLoading;
7428 7428
7429 /** 7429 /**
7430 * Deprecated 7430 * Deprecated: this feature is always enabled.
7431 * 7431 *
7432 * True if the client wants to enable support for the proposed deferred 7432 * True if the client wants to enable support for the proposed deferred
7433 * loading feature. 7433 * loading feature.
7434 */ 7434 */
7435 void set enableDeferredLoading(bool value) { 7435 void set enableDeferredLoading(bool value) {
7436 this._enableDeferredLoading = value; 7436 this._enableDeferredLoading = value;
7437 } 7437 }
7438 7438
7439 /** 7439 /**
7440 * Deprecated 7440 * Deprecated: this feature is always enabled.
7441 * 7441 *
7442 * True if the client wants to enable support for the proposed enum feature. 7442 * True if the client wants to enable support for the proposed enum feature.
7443 */ 7443 */
7444 bool get enableEnums => _enableEnums; 7444 bool get enableEnums => _enableEnums;
7445 7445
7446 /** 7446 /**
7447 * Deprecated 7447 * Deprecated: this feature is always enabled.
7448 * 7448 *
7449 * True if the client wants to enable support for the proposed enum feature. 7449 * True if the client wants to enable support for the proposed enum feature.
7450 */ 7450 */
7451 void set enableEnums(bool value) { 7451 void set enableEnums(bool value) {
7452 this._enableEnums = value; 7452 this._enableEnums = value;
7453 } 7453 }
7454 7454
7455 /** 7455 /**
7456 * Deprecated: this feature is always enabled.
7457 *
7456 * True if the client wants to enable support for the proposed "null aware 7458 * True if the client wants to enable support for the proposed "null aware
7457 * operators" feature. 7459 * operators" feature.
7458 */ 7460 */
7459 bool get enableNullAwareOperators => _enableNullAwareOperators; 7461 bool get enableNullAwareOperators => _enableNullAwareOperators;
7460 7462
7461 /** 7463 /**
7464 * Deprecated: this feature is always enabled.
7465 *
7462 * True if the client wants to enable support for the proposed "null aware 7466 * True if the client wants to enable support for the proposed "null aware
7463 * operators" feature. 7467 * operators" feature.
7464 */ 7468 */
7465 void set enableNullAwareOperators(bool value) { 7469 void set enableNullAwareOperators(bool value) {
7466 this._enableNullAwareOperators = value; 7470 this._enableNullAwareOperators = value;
7467 } 7471 }
7468 7472
7469 /** 7473 /**
7470 * True if hints that are specific to dart2js should be generated. This 7474 * True if hints that are specific to dart2js should be generated. This
7471 * option is ignored if generateHints is false. 7475 * option is ignored if generateHints is false.
(...skipping 7886 matching lines...) Expand 10 before | Expand all | Expand 10 after
15358 return false; 15362 return false;
15359 } 15363 }
15360 15364
15361 @override 15365 @override
15362 int get hashCode { 15366 int get hashCode {
15363 int hash = 0; 15367 int hash = 0;
15364 hash = _JenkinsSmiHash.combine(hash, newName.hashCode); 15368 hash = _JenkinsSmiHash.combine(hash, newName.hashCode);
15365 return _JenkinsSmiHash.finish(hash); 15369 return _JenkinsSmiHash.finish(hash);
15366 } 15370 }
15367 } 15371 }
OLDNEW
« no previous file with comments | « pkg/analysis_server/lib/src/domain_analysis.dart ('k') | pkg/analysis_server/lib/src/get_handler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698