| 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/spec/generate_files". | 7 // "pkg/analysis_server/tool/spec/generate_files". |
| 8 | 8 |
| 9 part of protocol; | 9 part of protocol; |
| 10 /** | 10 /** |
| 11 * server.getVersion params | 11 * server.getVersion params |
| 12 */ | 12 */ |
| 13 class ServerGetVersionParams { | 13 class ServerGetVersionParams { |
| 14 Request toRequest(String id) { | 14 Request toRequest(String id) { |
| 15 return new Request(id, "server.getVersion", null); | 15 return new Request(id, "server.getVersion", null); |
| 16 } | 16 } |
| 17 | 17 |
| (...skipping 9997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10015 return false; | 10015 return false; |
| 10016 } | 10016 } |
| 10017 | 10017 |
| 10018 @override | 10018 @override |
| 10019 int get hashCode { | 10019 int get hashCode { |
| 10020 int hash = 0; | 10020 int hash = 0; |
| 10021 hash = _JenkinsSmiHash.combine(hash, newName.hashCode); | 10021 hash = _JenkinsSmiHash.combine(hash, newName.hashCode); |
| 10022 return _JenkinsSmiHash.finish(hash); | 10022 return _JenkinsSmiHash.finish(hash); |
| 10023 } | 10023 } |
| 10024 } | 10024 } |
| OLD | NEW |