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

Side by Side Diff: pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart

Issue 2800283002: updates to the analysis server generated spec doc (Closed)
Patch Set: Created 3 years, 8 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 analysis_server.plugin.protocol.protocol; 9 part of analysis_server.plugin.protocol.protocol;
10 10
(...skipping 9156 matching lines...) Expand 10 before | Expand all | Expand 10 after
9167 9167
9168 bool _enableSuperMixins; 9168 bool _enableSuperMixins;
9169 9169
9170 bool _generateDart2jsHints; 9170 bool _generateDart2jsHints;
9171 9171
9172 bool _generateHints; 9172 bool _generateHints;
9173 9173
9174 bool _generateLints; 9174 bool _generateLints;
9175 9175
9176 /** 9176 /**
9177 * Deprecated: this feature is always enabled. 9177 * @deprecated: this feature is always enabled.
Brian Wilkerson 2017/04/09 16:30:53 Personally, I like the old style better. I don't t
devoncarew 2017/04/09 19:43:21 Sure, I moved back to the 'Deprecated:' text. Will
9178 * 9178 *
9179 * True if the client wants to enable support for the proposed async feature. 9179 * True if the client wants to enable support for the proposed async feature.
9180 */ 9180 */
9181 bool get enableAsync => _enableAsync; 9181 bool get enableAsync => _enableAsync;
9182 9182
9183 /** 9183 /**
9184 * Deprecated: this feature is always enabled. 9184 * @deprecated: this feature is always enabled.
9185 * 9185 *
9186 * True if the client wants to enable support for the proposed async feature. 9186 * True if the client wants to enable support for the proposed async feature.
9187 */ 9187 */
9188 void set enableAsync(bool value) { 9188 void set enableAsync(bool value) {
9189 this._enableAsync = value; 9189 this._enableAsync = value;
9190 } 9190 }
9191 9191
9192 /** 9192 /**
9193 * Deprecated: this feature is always enabled. 9193 * @deprecated: this feature is always enabled.
9194 * 9194 *
9195 * True if the client wants to enable support for the proposed deferred 9195 * True if the client wants to enable support for the proposed deferred
9196 * loading feature. 9196 * loading feature.
9197 */ 9197 */
9198 bool get enableDeferredLoading => _enableDeferredLoading; 9198 bool get enableDeferredLoading => _enableDeferredLoading;
9199 9199
9200 /** 9200 /**
9201 * Deprecated: this feature is always enabled. 9201 * @deprecated: this feature is always enabled.
9202 * 9202 *
9203 * True if the client wants to enable support for the proposed deferred 9203 * True if the client wants to enable support for the proposed deferred
9204 * loading feature. 9204 * loading feature.
9205 */ 9205 */
9206 void set enableDeferredLoading(bool value) { 9206 void set enableDeferredLoading(bool value) {
9207 this._enableDeferredLoading = value; 9207 this._enableDeferredLoading = value;
9208 } 9208 }
9209 9209
9210 /** 9210 /**
9211 * Deprecated: this feature is always enabled. 9211 * @deprecated: this feature is always enabled.
9212 * 9212 *
9213 * True if the client wants to enable support for the proposed enum feature. 9213 * True if the client wants to enable support for the proposed enum feature.
9214 */ 9214 */
9215 bool get enableEnums => _enableEnums; 9215 bool get enableEnums => _enableEnums;
9216 9216
9217 /** 9217 /**
9218 * Deprecated: this feature is always enabled. 9218 * @deprecated: this feature is always enabled.
9219 * 9219 *
9220 * True if the client wants to enable support for the proposed enum feature. 9220 * True if the client wants to enable support for the proposed enum feature.
9221 */ 9221 */
9222 void set enableEnums(bool value) { 9222 void set enableEnums(bool value) {
9223 this._enableEnums = value; 9223 this._enableEnums = value;
9224 } 9224 }
9225 9225
9226 /** 9226 /**
9227 * Deprecated: this feature is always enabled. 9227 * @deprecated: this feature is always enabled.
9228 * 9228 *
9229 * True if the client wants to enable support for the proposed "null aware 9229 * True if the client wants to enable support for the proposed "null aware
9230 * operators" feature. 9230 * operators" feature.
9231 */ 9231 */
9232 bool get enableNullAwareOperators => _enableNullAwareOperators; 9232 bool get enableNullAwareOperators => _enableNullAwareOperators;
9233 9233
9234 /** 9234 /**
9235 * Deprecated: this feature is always enabled. 9235 * @deprecated: this feature is always enabled.
9236 * 9236 *
9237 * True if the client wants to enable support for the proposed "null aware 9237 * True if the client wants to enable support for the proposed "null aware
9238 * operators" feature. 9238 * operators" feature.
9239 */ 9239 */
9240 void set enableNullAwareOperators(bool value) { 9240 void set enableNullAwareOperators(bool value) {
9241 this._enableNullAwareOperators = value; 9241 this._enableNullAwareOperators = value;
9242 } 9242 }
9243 9243
9244 /** 9244 /**
9245 * True if the client wants to enable support for the proposed "less 9245 * True if the client wants to enable support for the proposed "less
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
11101 11101
11102 static const ElementKind SETTER = const ElementKind._("SETTER"); 11102 static const ElementKind SETTER = const ElementKind._("SETTER");
11103 11103
11104 static const ElementKind TOP_LEVEL_VARIABLE = 11104 static const ElementKind TOP_LEVEL_VARIABLE =
11105 const ElementKind._("TOP_LEVEL_VARIABLE"); 11105 const ElementKind._("TOP_LEVEL_VARIABLE");
11106 11106
11107 static const ElementKind TYPE_PARAMETER = 11107 static const ElementKind TYPE_PARAMETER =
11108 const ElementKind._("TYPE_PARAMETER"); 11108 const ElementKind._("TYPE_PARAMETER");
11109 11109
11110 /** 11110 /**
11111 * Deprecated: support for tests was removed. 11111 * @deprecated: support for tests was removed.
11112 */ 11112 */
11113 static const ElementKind UNIT_TEST_GROUP = 11113 static const ElementKind UNIT_TEST_GROUP =
11114 const ElementKind._("UNIT_TEST_GROUP"); 11114 const ElementKind._("UNIT_TEST_GROUP");
11115 11115
11116 /** 11116 /**
11117 * Deprecated: support for tests was removed. 11117 * @deprecated: support for tests was removed.
11118 */ 11118 */
11119 static const ElementKind UNIT_TEST_TEST = 11119 static const ElementKind UNIT_TEST_TEST =
11120 const ElementKind._("UNIT_TEST_TEST"); 11120 const ElementKind._("UNIT_TEST_TEST");
11121 11121
11122 static const ElementKind UNKNOWN = const ElementKind._("UNKNOWN"); 11122 static const ElementKind UNKNOWN = const ElementKind._("UNKNOWN");
11123 11123
11124 /** 11124 /**
11125 * A list containing all of the enum values that are defined. 11125 * A list containing all of the enum values that are defined.
11126 */ 11126 */
11127 static const List<ElementKind> VALUES = const <ElementKind>[ 11127 static const List<ElementKind> VALUES = const <ElementKind>[
(...skipping 7526 matching lines...) Expand 10 before | Expand all | Expand 10 after
18654 return false; 18654 return false;
18655 } 18655 }
18656 18656
18657 @override 18657 @override
18658 int get hashCode { 18658 int get hashCode {
18659 int hash = 0; 18659 int hash = 0;
18660 hash = JenkinsSmiHash.combine(hash, newName.hashCode); 18660 hash = JenkinsSmiHash.combine(hash, newName.hashCode);
18661 return JenkinsSmiHash.finish(hash); 18661 return JenkinsSmiHash.finish(hash);
18662 } 18662 }
18663 } 18663 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698