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 const String ANALYSIS_NOTIFICATION_ERRORS = 'analysis.errors'; | 9 const String ANALYSIS_NOTIFICATION_ERRORS = 'analysis.errors'; |
10 const String ANALYSIS_NOTIFICATION_ERRORS_ERRORS = 'errors'; | 10 const String ANALYSIS_NOTIFICATION_ERRORS_ERRORS = 'errors'; |
11 const String ANALYSIS_NOTIFICATION_ERRORS_FILE = 'file'; | 11 const String ANALYSIS_NOTIFICATION_ERRORS_FILE = 'file'; |
12 const String ANALYSIS_NOTIFICATION_FOLDING = 'analysis.folding'; | 12 const String ANALYSIS_NOTIFICATION_FOLDING = 'analysis.folding'; |
13 const String ANALYSIS_NOTIFICATION_FOLDING_FILE = 'file'; | 13 const String ANALYSIS_NOTIFICATION_FOLDING_FILE = 'file'; |
14 const String ANALYSIS_NOTIFICATION_FOLDING_REGIONS = 'regions'; | 14 const String ANALYSIS_NOTIFICATION_FOLDING_REGIONS = 'regions'; |
15 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS = 'analysis.highlights'; | 15 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS = 'analysis.highlights'; |
16 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS_FILE = 'file'; | 16 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS_FILE = 'file'; |
17 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS_REGIONS = 'regions'; | 17 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS_REGIONS = 'regions'; |
18 const String ANALYSIS_NOTIFICATION_NAVIGATION = 'analysis.navigation'; | 18 const String ANALYSIS_NOTIFICATION_NAVIGATION = 'analysis.navigation'; |
19 const String ANALYSIS_NOTIFICATION_NAVIGATION_FILE = 'file'; | 19 const String ANALYSIS_NOTIFICATION_NAVIGATION_FILE = 'file'; |
20 const String ANALYSIS_NOTIFICATION_NAVIGATION_FILES = 'files'; | 20 const String ANALYSIS_NOTIFICATION_NAVIGATION_FILES = 'files'; |
21 const String ANALYSIS_NOTIFICATION_NAVIGATION_REGIONS = 'regions'; | 21 const String ANALYSIS_NOTIFICATION_NAVIGATION_REGIONS = 'regions'; |
22 const String ANALYSIS_NOTIFICATION_NAVIGATION_TARGETS = 'targets'; | 22 const String ANALYSIS_NOTIFICATION_NAVIGATION_TARGETS = 'targets'; |
23 const String ANALYSIS_NOTIFICATION_OCCURRENCES = 'analysis.occurrences'; | 23 const String ANALYSIS_NOTIFICATION_OCCURRENCES = 'analysis.occurrences'; |
24 const String ANALYSIS_NOTIFICATION_OCCURRENCES_FILE = 'file'; | 24 const String ANALYSIS_NOTIFICATION_OCCURRENCES_FILE = 'file'; |
25 const String ANALYSIS_NOTIFICATION_OCCURRENCES_OCCURRENCES = 'occurrences'; | 25 const String ANALYSIS_NOTIFICATION_OCCURRENCES_OCCURRENCES = 'occurrences'; |
26 const String ANALYSIS_NOTIFICATION_OUTLINE = 'analysis.outline'; | 26 const String ANALYSIS_NOTIFICATION_OUTLINE = 'analysis.outline'; |
27 const String ANALYSIS_NOTIFICATION_OUTLINE_FILE = 'file'; | 27 const String ANALYSIS_NOTIFICATION_OUTLINE_FILE = 'file'; |
28 const String ANALYSIS_NOTIFICATION_OUTLINE_OUTLINE = 'outline'; | 28 const String ANALYSIS_NOTIFICATION_OUTLINE_OUTLINE = 'outline'; |
29 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS = 'analysis.handleWatchEvents'
; | 29 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS = |
| 30 'analysis.handleWatchEvents'; |
30 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS_EVENTS = 'events'; | 31 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS_EVENTS = 'events'; |
31 const String ANALYSIS_REQUEST_REANALYZE = 'analysis.reanalyze'; | 32 const String ANALYSIS_REQUEST_REANALYZE = 'analysis.reanalyze'; |
32 const String ANALYSIS_REQUEST_REANALYZE_ROOTS = 'roots'; | 33 const String ANALYSIS_REQUEST_REANALYZE_ROOTS = 'roots'; |
33 const String ANALYSIS_REQUEST_SET_CONTEXT_BUILDER_OPTIONS = 'analysis.setContext
BuilderOptions'; | 34 const String ANALYSIS_REQUEST_SET_CONTEXT_BUILDER_OPTIONS = |
| 35 'analysis.setContextBuilderOptions'; |
34 const String ANALYSIS_REQUEST_SET_CONTEXT_BUILDER_OPTIONS_OPTIONS = 'options'; | 36 const String ANALYSIS_REQUEST_SET_CONTEXT_BUILDER_OPTIONS_OPTIONS = 'options'; |
35 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS = 'analysis.setContextRoots'; | 37 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS = 'analysis.setContextRoots'; |
36 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS_ROOTS = 'roots'; | 38 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS_ROOTS = 'roots'; |
37 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES = 'analysis.setPriorityFiles'; | 39 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES = 'analysis.setPriorityFiles'; |
38 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES_FILES = 'files'; | 40 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES_FILES = 'files'; |
39 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions'; | 41 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions'; |
40 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; | 42 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; |
41 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent'; | 43 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent'; |
42 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files'; | 44 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files'; |
43 const String COMPLETION_REQUEST_GET_SUGGESTIONS = 'completion.getSuggestions'; | 45 const String COMPLETION_REQUEST_GET_SUGGESTIONS = 'completion.getSuggestions'; |
44 const String COMPLETION_REQUEST_GET_SUGGESTIONS_FILE = 'file'; | 46 const String COMPLETION_REQUEST_GET_SUGGESTIONS_FILE = 'file'; |
45 const String COMPLETION_REQUEST_GET_SUGGESTIONS_OFFSET = 'offset'; | 47 const String COMPLETION_REQUEST_GET_SUGGESTIONS_OFFSET = 'offset'; |
46 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTLENGTH = 'replacemen
tLength'; | 48 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTLENGTH = |
47 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTOFFSET = 'replacemen
tOffset'; | 49 'replacementLength'; |
| 50 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTOFFSET = |
| 51 'replacementOffset'; |
48 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_RESULTS = 'results'; | 52 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_RESULTS = 'results'; |
49 const String EDIT_REQUEST_GET_ASSISTS = 'edit.getAssists'; | 53 const String EDIT_REQUEST_GET_ASSISTS = 'edit.getAssists'; |
50 const String EDIT_REQUEST_GET_ASSISTS_FILE = 'file'; | 54 const String EDIT_REQUEST_GET_ASSISTS_FILE = 'file'; |
51 const String EDIT_REQUEST_GET_ASSISTS_LENGTH = 'length'; | 55 const String EDIT_REQUEST_GET_ASSISTS_LENGTH = 'length'; |
52 const String EDIT_REQUEST_GET_ASSISTS_OFFSET = 'offset'; | 56 const String EDIT_REQUEST_GET_ASSISTS_OFFSET = 'offset'; |
53 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS = 'edit.getAvailableRefacto
rings'; | 57 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS = |
| 58 'edit.getAvailableRefactorings'; |
54 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_FILE = 'file'; | 59 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_FILE = 'file'; |
55 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_LENGTH = 'length'; | 60 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_LENGTH = 'length'; |
56 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_OFFSET = 'offset'; | 61 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_OFFSET = 'offset'; |
57 const String EDIT_REQUEST_GET_FIXES = 'edit.getFixes'; | 62 const String EDIT_REQUEST_GET_FIXES = 'edit.getFixes'; |
58 const String EDIT_REQUEST_GET_FIXES_FILE = 'file'; | 63 const String EDIT_REQUEST_GET_FIXES_FILE = 'file'; |
59 const String EDIT_REQUEST_GET_FIXES_OFFSET = 'offset'; | 64 const String EDIT_REQUEST_GET_FIXES_OFFSET = 'offset'; |
60 const String EDIT_REQUEST_GET_REFACTORING = 'edit.getRefactoring'; | 65 const String EDIT_REQUEST_GET_REFACTORING = 'edit.getRefactoring'; |
61 const String EDIT_REQUEST_GET_REFACTORING_FILE = 'file'; | 66 const String EDIT_REQUEST_GET_REFACTORING_FILE = 'file'; |
62 const String EDIT_REQUEST_GET_REFACTORING_KIND = 'kind'; | 67 const String EDIT_REQUEST_GET_REFACTORING_KIND = 'kind'; |
63 const String EDIT_REQUEST_GET_REFACTORING_LENGTH = 'length'; | 68 const String EDIT_REQUEST_GET_REFACTORING_LENGTH = 'length'; |
(...skipping 11 matching lines...) Expand all Loading... |
75 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIALEDITS = 'potentialEdits'; | 80 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIALEDITS = 'potentialEdits'; |
76 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error'; | 81 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error'; |
77 const String PLUGIN_NOTIFICATION_ERROR_ISFATAL = 'isFatal'; | 82 const String PLUGIN_NOTIFICATION_ERROR_ISFATAL = 'isFatal'; |
78 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message'; | 83 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message'; |
79 const String PLUGIN_NOTIFICATION_ERROR_STACKTRACE = 'stackTrace'; | 84 const String PLUGIN_NOTIFICATION_ERROR_STACKTRACE = 'stackTrace'; |
80 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown'; | 85 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown'; |
81 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck'; | 86 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck'; |
82 const String PLUGIN_REQUEST_VERSION_CHECK_BYTESTOREPATH = 'byteStorePath'; | 87 const String PLUGIN_REQUEST_VERSION_CHECK_BYTESTOREPATH = 'byteStorePath'; |
83 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version'; | 88 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version'; |
84 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACTINFO = 'contactInfo'; | 89 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACTINFO = 'contactInfo'; |
85 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTINGFILES = 'interestingFiles'
; | 90 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTINGFILES = |
| 91 'interestingFiles'; |
86 const String PLUGIN_RESPONSE_VERSION_CHECK_ISCOMPATIBLE = 'isCompatible'; | 92 const String PLUGIN_RESPONSE_VERSION_CHECK_ISCOMPATIBLE = 'isCompatible'; |
87 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name'; | 93 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name'; |
88 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version'; | 94 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version'; |
OLD | NEW |