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

Side by Side Diff: pkg/analyzer_plugin/lib/protocol/protocol_constants.dart

Issue 2664213003: Add the generator and the generated files (Closed)
Patch Set: add missed files Created 3 years, 10 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
(Empty)
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
3 // BSD-style license that can be found in the LICENSE file.
4 //
5 // This file has been automatically generated. Please do not edit it manually.
6 // To regenerate the file, use the script
7 // "pkg/analysis_server/tool/spec/generate_files".
8
9 const String ANALYSIS_NOTIFICATION_ERRORS = 'analysis.errors';
10 const String ANALYSIS_NOTIFICATION_ERRORS_ERRORS = 'errors';
11 const String ANALYSIS_NOTIFICATION_ERRORS_FILE = 'file';
12 const String ANALYSIS_NOTIFICATION_FOLDING = 'analysis.folding';
13 const String ANALYSIS_NOTIFICATION_FOLDING_FILE = 'file';
14 const String ANALYSIS_NOTIFICATION_FOLDING_REGIONS = 'regions';
15 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS = 'analysis.highlights';
16 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS_FILE = 'file';
17 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS_REGIONS = 'regions';
18 const String ANALYSIS_NOTIFICATION_NAVIGATION = 'analysis.navigation';
19 const String ANALYSIS_NOTIFICATION_NAVIGATION_FILE = 'file';
20 const String ANALYSIS_NOTIFICATION_NAVIGATION_FILES = 'files';
21 const String ANALYSIS_NOTIFICATION_NAVIGATION_REGIONS = 'regions';
22 const String ANALYSIS_NOTIFICATION_NAVIGATION_TARGETS = 'targets';
23 const String ANALYSIS_NOTIFICATION_OCCURRENCES = 'analysis.occurrences';
24 const String ANALYSIS_NOTIFICATION_OCCURRENCES_FILE = 'file';
25 const String ANALYSIS_NOTIFICATION_OCCURRENCES_OCCURRENCES = 'occurrences';
26 const String ANALYSIS_NOTIFICATION_OUTLINE = 'analysis.outline';
27 const String ANALYSIS_NOTIFICATION_OUTLINE_FILE = 'file';
28 const String ANALYSIS_NOTIFICATION_OUTLINE_OUTLINE = 'outline';
29 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS = 'analysis.handleWatchEvents' ;
30 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS_EVENTS = 'events';
31 const String ANALYSIS_REQUEST_REANALYZE = 'analysis.reanalyze';
32 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_OPTIONS = 'options';
35 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS = 'analysis.setContextRoots';
36 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS_ROOTS = 'roots';
37 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES = 'analysis.setPriorityFiles';
38 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES_FILES = 'files';
39 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions';
40 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions';
41 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent';
42 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files';
43 const String COMPLETION_REQUEST_GET_SUGGESTIONS = 'completion.getSuggestions';
44 const String COMPLETION_REQUEST_GET_SUGGESTIONS_FILE = 'file';
45 const String COMPLETION_REQUEST_GET_SUGGESTIONS_OFFSET = 'offset';
46 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTLENGTH = 'replacemen tLength';
47 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTOFFSET = 'replacemen tOffset';
48 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_RESULTS = 'results';
49 const String EDIT_REQUEST_GET_ASSISTS = 'edit.getAssists';
50 const String EDIT_REQUEST_GET_ASSISTS_FILE = 'file';
51 const String EDIT_REQUEST_GET_ASSISTS_LENGTH = 'length';
52 const String EDIT_REQUEST_GET_ASSISTS_OFFSET = 'offset';
53 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS = 'edit.getAvailableRefacto rings';
54 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_FILE = 'file';
55 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_LENGTH = 'length';
56 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_OFFSET = 'offset';
57 const String EDIT_REQUEST_GET_FIXES = 'edit.getFixes';
58 const String EDIT_REQUEST_GET_FIXES_FILE = 'file';
59 const String EDIT_REQUEST_GET_FIXES_OFFSET = 'offset';
60 const String EDIT_REQUEST_GET_REFACTORING = 'edit.getRefactoring';
61 const String EDIT_REQUEST_GET_REFACTORING_FILE = 'file';
62 const String EDIT_REQUEST_GET_REFACTORING_KIND = 'kind';
63 const String EDIT_REQUEST_GET_REFACTORING_LENGTH = 'length';
64 const String EDIT_REQUEST_GET_REFACTORING_OFFSET = 'offset';
65 const String EDIT_REQUEST_GET_REFACTORING_OPTIONS = 'options';
66 const String EDIT_REQUEST_GET_REFACTORING_VALIDATEONLY = 'validateOnly';
67 const String EDIT_RESPONSE_GET_ASSISTS_ASSISTS = 'assists';
68 const String EDIT_RESPONSE_GET_AVAILABLE_REFACTORINGS_KINDS = 'kinds';
69 const String EDIT_RESPONSE_GET_FIXES_FIXES = 'fixes';
70 const String EDIT_RESPONSE_GET_REFACTORING_CHANGE = 'change';
71 const String EDIT_RESPONSE_GET_REFACTORING_FEEDBACK = 'feedback';
72 const String EDIT_RESPONSE_GET_REFACTORING_FINALPROBLEMS = 'finalProblems';
73 const String EDIT_RESPONSE_GET_REFACTORING_INITIALPROBLEMS = 'initialProblems';
74 const String EDIT_RESPONSE_GET_REFACTORING_OPTIONSPROBLEMS = 'optionsProblems';
75 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIALEDITS = 'potentialEdits';
76 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error';
77 const String PLUGIN_NOTIFICATION_ERROR_ISFATAL = 'isFatal';
78 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message';
79 const String PLUGIN_NOTIFICATION_ERROR_STACKTRACE = 'stackTrace';
80 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown';
81 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck';
82 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version';
83 const String PLUGIN_RESPONSE_VERSION_CHECK_EMAIL = 'email';
84 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTINGFILES = 'interestingFiles' ;
85 const String PLUGIN_RESPONSE_VERSION_CHECK_ISCOMPATIBLE = 'isCompatible';
86 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name';
87 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version';
OLDNEW
« no previous file with comments | « pkg/analyzer_plugin/lib/protocol/protocol.dart ('k') | pkg/analyzer_plugin/lib/src/protocol/protocol_internal.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698