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

Side by Side Diff: pkg/analysis_services/lib/constants.dart

Issue 447613002: Make Change implementation consistent with the server spec. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
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 library services.constants; 5 library services.constants;
6 6
7 // 7 //
8 // Property names 8 // Property names
9 // 9 //
10 const String ADDED = 'added'; 10 const String ADDED = 'added';
(...skipping 27 matching lines...) Expand all
38 const String INCLUDED = 'included'; 38 const String INCLUDED = 'included';
39 const String INTERFACE_MEMBERS = 'interfaceMembers'; 39 const String INTERFACE_MEMBERS = 'interfaceMembers';
40 const String INTERFACES = 'interfaces'; 40 const String INTERFACES = 'interfaces';
41 const String IS_ABSTRACT = 'isAbstract'; 41 const String IS_ABSTRACT = 'isAbstract';
42 const String IS_DEPRECATED = 'isDeprecated'; 42 const String IS_DEPRECATED = 'isDeprecated';
43 const String IS_POTENTIAL = 'isPotential'; 43 const String IS_POTENTIAL = 'isPotential';
44 const String IS_STATIC = 'isStatic'; 44 const String IS_STATIC = 'isStatic';
45 const String KIND = 'kind'; 45 const String KIND = 'kind';
46 const String LAST = 'last'; 46 const String LAST = 'last';
47 const String LENGTH = 'length'; 47 const String LENGTH = 'length';
48 const String LINKED_POSITION_GROUPS = 'linkedPositionGroups'; 48 const String LINKED_EDIT_GROUPS = 'linkedEditGroups';
49 const String LOCATION = 'location'; 49 const String LOCATION = 'location';
50 const String MEMBER_ELEMENT = 'memberElement'; 50 const String MEMBER_ELEMENT = 'memberElement';
51 const String MESSAGE = 'message'; 51 const String MESSAGE = 'message';
52 const String MIXINS = 'mixins'; 52 const String MIXINS = 'mixins';
53 const String NAME = 'name'; 53 const String NAME = 'name';
54 const String NEW_LENGTH = 'newLength'; 54 const String NEW_LENGTH = 'newLength';
55 const String OCCURRENCES = 'occurrences'; 55 const String OCCURRENCES = 'occurrences';
56 const String OFFSET = 'offset'; 56 const String OFFSET = 'offset';
57 const String OFFSETS = 'offsets'; 57 const String OFFSETS = 'offsets';
58 const String OLD_LENGTH = 'oldLength'; 58 const String OLD_LENGTH = 'oldLength';
(...skipping 17 matching lines...) Expand all
76 const String RESULTS = 'results'; 76 const String RESULTS = 'results';
77 const String SEVERITY = 'severity'; 77 const String SEVERITY = 'severity';
78 const String SELECTION_LENGTH = 'selectionLength'; 78 const String SELECTION_LENGTH = 'selectionLength';
79 const String SELECTION_OFFSET = 'selectionOffset'; 79 const String SELECTION_OFFSET = 'selectionOffset';
80 const String STACK_TRACE = 'stackTrace'; 80 const String STACK_TRACE = 'stackTrace';
81 const String START_COLUMN = 'startColumn'; 81 const String START_COLUMN = 'startColumn';
82 const String START_LINE = 'startLine'; 82 const String START_LINE = 'startLine';
83 const String STATIC_TYPE = 'staticType'; 83 const String STATIC_TYPE = 'staticType';
84 const String SUBCLASSES = 'subclasses'; 84 const String SUBCLASSES = 'subclasses';
85 const String SUBSCRIPTIONS = 'subscriptions'; 85 const String SUBSCRIPTIONS = 'subscriptions';
86 const String SUGGESTIONS = 'suggestions';
86 const String SUPERCLASS = 'superclass'; 87 const String SUPERCLASS = 'superclass';
87 const String SUPER_CLASS_MEMBER = 'superclassMember'; 88 const String SUPER_CLASS_MEMBER = 'superclassMember';
88 const String TARGETS = 'targets'; 89 const String TARGETS = 'targets';
89 const String TYPE = 'type'; 90 const String TYPE = 'type';
91 const String VALUE = 'value';
90 const String VERSION = 'version'; 92 const String VERSION = 'version';
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/edit/fixes_test.dart ('k') | pkg/analysis_services/lib/correction/change.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698