OLD | NEW |
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2017, 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 import 'dart:convert' hide JsonDecoder; | 9 import 'dart:convert' hide JsonDecoder; |
10 | 10 |
(...skipping 15606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15617 * FORMAT_WITH_ERRORS | 15617 * FORMAT_WITH_ERRORS |
15618 * GET_ERRORS_INVALID_FILE | 15618 * GET_ERRORS_INVALID_FILE |
15619 * GET_NAVIGATION_INVALID_FILE | 15619 * GET_NAVIGATION_INVALID_FILE |
15620 * GET_REACHABLE_SOURCES_INVALID_FILE | 15620 * GET_REACHABLE_SOURCES_INVALID_FILE |
15621 * INVALID_ANALYSIS_ROOT | 15621 * INVALID_ANALYSIS_ROOT |
15622 * INVALID_EXECUTION_CONTEXT | 15622 * INVALID_EXECUTION_CONTEXT |
15623 * INVALID_FILE_PATH_FORMAT | 15623 * INVALID_FILE_PATH_FORMAT |
15624 * INVALID_OVERLAY_CHANGE | 15624 * INVALID_OVERLAY_CHANGE |
15625 * INVALID_PARAMETER | 15625 * INVALID_PARAMETER |
15626 * INVALID_REQUEST | 15626 * INVALID_REQUEST |
15627 * NO_INDEX_GENERATED | |
15628 * ORGANIZE_DIRECTIVES_ERROR | 15627 * ORGANIZE_DIRECTIVES_ERROR |
15629 * REFACTORING_REQUEST_CANCELLED | 15628 * REFACTORING_REQUEST_CANCELLED |
15630 * SERVER_ALREADY_STARTED | 15629 * SERVER_ALREADY_STARTED |
15631 * SERVER_ERROR | 15630 * SERVER_ERROR |
15632 * SORT_MEMBERS_INVALID_FILE | 15631 * SORT_MEMBERS_INVALID_FILE |
15633 * SORT_MEMBERS_PARSE_ERRORS | 15632 * SORT_MEMBERS_PARSE_ERRORS |
15634 * UNANALYZED_PRIORITY_FILES | 15633 * UNANALYZED_PRIORITY_FILES |
15635 * UNKNOWN_REQUEST | 15634 * UNKNOWN_REQUEST |
15636 * UNKNOWN_SOURCE | 15635 * UNKNOWN_SOURCE |
15637 * UNSUPPORTED_FEATURE | 15636 * UNSUPPORTED_FEATURE |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15729 static const RequestErrorCode INVALID_PARAMETER = | 15728 static const RequestErrorCode INVALID_PARAMETER = |
15730 const RequestErrorCode._("INVALID_PARAMETER"); | 15729 const RequestErrorCode._("INVALID_PARAMETER"); |
15731 | 15730 |
15732 /** | 15731 /** |
15733 * A malformed request was received. | 15732 * A malformed request was received. |
15734 */ | 15733 */ |
15735 static const RequestErrorCode INVALID_REQUEST = | 15734 static const RequestErrorCode INVALID_REQUEST = |
15736 const RequestErrorCode._("INVALID_REQUEST"); | 15735 const RequestErrorCode._("INVALID_REQUEST"); |
15737 | 15736 |
15738 /** | 15737 /** |
15739 * The "--no-index" flag was passed when the analysis server created, but | |
15740 * this API call requires an index to have been generated. | |
15741 */ | |
15742 static const RequestErrorCode NO_INDEX_GENERATED = | |
15743 const RequestErrorCode._("NO_INDEX_GENERATED"); | |
15744 | |
15745 /** | |
15746 * An "edit.organizeDirectives" request specified a Dart file that cannot be | 15738 * An "edit.organizeDirectives" request specified a Dart file that cannot be |
15747 * analyzed. The reason is described in the message. | 15739 * analyzed. The reason is described in the message. |
15748 */ | 15740 */ |
15749 static const RequestErrorCode ORGANIZE_DIRECTIVES_ERROR = | 15741 static const RequestErrorCode ORGANIZE_DIRECTIVES_ERROR = |
15750 const RequestErrorCode._("ORGANIZE_DIRECTIVES_ERROR"); | 15742 const RequestErrorCode._("ORGANIZE_DIRECTIVES_ERROR"); |
15751 | 15743 |
15752 /** | 15744 /** |
15753 * Another refactoring request was received during processing of this one. | 15745 * Another refactoring request was received during processing of this one. |
15754 */ | 15746 */ |
15755 static const RequestErrorCode REFACTORING_REQUEST_CANCELLED = | 15747 static const RequestErrorCode REFACTORING_REQUEST_CANCELLED = |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15832 FORMAT_WITH_ERRORS, | 15824 FORMAT_WITH_ERRORS, |
15833 GET_ERRORS_INVALID_FILE, | 15825 GET_ERRORS_INVALID_FILE, |
15834 GET_NAVIGATION_INVALID_FILE, | 15826 GET_NAVIGATION_INVALID_FILE, |
15835 GET_REACHABLE_SOURCES_INVALID_FILE, | 15827 GET_REACHABLE_SOURCES_INVALID_FILE, |
15836 INVALID_ANALYSIS_ROOT, | 15828 INVALID_ANALYSIS_ROOT, |
15837 INVALID_EXECUTION_CONTEXT, | 15829 INVALID_EXECUTION_CONTEXT, |
15838 INVALID_FILE_PATH_FORMAT, | 15830 INVALID_FILE_PATH_FORMAT, |
15839 INVALID_OVERLAY_CHANGE, | 15831 INVALID_OVERLAY_CHANGE, |
15840 INVALID_PARAMETER, | 15832 INVALID_PARAMETER, |
15841 INVALID_REQUEST, | 15833 INVALID_REQUEST, |
15842 NO_INDEX_GENERATED, | |
15843 ORGANIZE_DIRECTIVES_ERROR, | 15834 ORGANIZE_DIRECTIVES_ERROR, |
15844 REFACTORING_REQUEST_CANCELLED, | 15835 REFACTORING_REQUEST_CANCELLED, |
15845 SERVER_ALREADY_STARTED, | 15836 SERVER_ALREADY_STARTED, |
15846 SERVER_ERROR, | 15837 SERVER_ERROR, |
15847 SORT_MEMBERS_INVALID_FILE, | 15838 SORT_MEMBERS_INVALID_FILE, |
15848 SORT_MEMBERS_PARSE_ERRORS, | 15839 SORT_MEMBERS_PARSE_ERRORS, |
15849 UNANALYZED_PRIORITY_FILES, | 15840 UNANALYZED_PRIORITY_FILES, |
15850 UNKNOWN_REQUEST, | 15841 UNKNOWN_REQUEST, |
15851 UNKNOWN_SOURCE, | 15842 UNKNOWN_SOURCE, |
15852 UNSUPPORTED_FEATURE | 15843 UNSUPPORTED_FEATURE |
(...skipping 27 matching lines...) Expand all Loading... |
15880 case "INVALID_EXECUTION_CONTEXT": | 15871 case "INVALID_EXECUTION_CONTEXT": |
15881 return INVALID_EXECUTION_CONTEXT; | 15872 return INVALID_EXECUTION_CONTEXT; |
15882 case "INVALID_FILE_PATH_FORMAT": | 15873 case "INVALID_FILE_PATH_FORMAT": |
15883 return INVALID_FILE_PATH_FORMAT; | 15874 return INVALID_FILE_PATH_FORMAT; |
15884 case "INVALID_OVERLAY_CHANGE": | 15875 case "INVALID_OVERLAY_CHANGE": |
15885 return INVALID_OVERLAY_CHANGE; | 15876 return INVALID_OVERLAY_CHANGE; |
15886 case "INVALID_PARAMETER": | 15877 case "INVALID_PARAMETER": |
15887 return INVALID_PARAMETER; | 15878 return INVALID_PARAMETER; |
15888 case "INVALID_REQUEST": | 15879 case "INVALID_REQUEST": |
15889 return INVALID_REQUEST; | 15880 return INVALID_REQUEST; |
15890 case "NO_INDEX_GENERATED": | |
15891 return NO_INDEX_GENERATED; | |
15892 case "ORGANIZE_DIRECTIVES_ERROR": | 15881 case "ORGANIZE_DIRECTIVES_ERROR": |
15893 return ORGANIZE_DIRECTIVES_ERROR; | 15882 return ORGANIZE_DIRECTIVES_ERROR; |
15894 case "REFACTORING_REQUEST_CANCELLED": | 15883 case "REFACTORING_REQUEST_CANCELLED": |
15895 return REFACTORING_REQUEST_CANCELLED; | 15884 return REFACTORING_REQUEST_CANCELLED; |
15896 case "SERVER_ALREADY_STARTED": | 15885 case "SERVER_ALREADY_STARTED": |
15897 return SERVER_ALREADY_STARTED; | 15886 return SERVER_ALREADY_STARTED; |
15898 case "SERVER_ERROR": | 15887 case "SERVER_ERROR": |
15899 return SERVER_ERROR; | 15888 return SERVER_ERROR; |
15900 case "SORT_MEMBERS_INVALID_FILE": | 15889 case "SORT_MEMBERS_INVALID_FILE": |
15901 return SORT_MEMBERS_INVALID_FILE; | 15890 return SORT_MEMBERS_INVALID_FILE; |
(...skipping 3013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
18915 hash = JenkinsSmiHash.combine(hash, classElement.hashCode); | 18904 hash = JenkinsSmiHash.combine(hash, classElement.hashCode); |
18916 hash = JenkinsSmiHash.combine(hash, displayName.hashCode); | 18905 hash = JenkinsSmiHash.combine(hash, displayName.hashCode); |
18917 hash = JenkinsSmiHash.combine(hash, memberElement.hashCode); | 18906 hash = JenkinsSmiHash.combine(hash, memberElement.hashCode); |
18918 hash = JenkinsSmiHash.combine(hash, superclass.hashCode); | 18907 hash = JenkinsSmiHash.combine(hash, superclass.hashCode); |
18919 hash = JenkinsSmiHash.combine(hash, interfaces.hashCode); | 18908 hash = JenkinsSmiHash.combine(hash, interfaces.hashCode); |
18920 hash = JenkinsSmiHash.combine(hash, mixins.hashCode); | 18909 hash = JenkinsSmiHash.combine(hash, mixins.hashCode); |
18921 hash = JenkinsSmiHash.combine(hash, subclasses.hashCode); | 18910 hash = JenkinsSmiHash.combine(hash, subclasses.hashCode); |
18922 return JenkinsSmiHash.finish(hash); | 18911 return JenkinsSmiHash.finish(hash); |
18923 } | 18912 } |
18924 } | 18913 } |
OLD | NEW |