| Index: pkg/analysis_services/lib/constants.dart
|
| diff --git a/pkg/analysis_services/lib/constants.dart b/pkg/analysis_services/lib/constants.dart
|
| index b55564c310e2b10d13cfbd376583e91dd8bcc24d..331c8c90b56ed158fa9827578a53c47123e95ca7 100644
|
| --- a/pkg/analysis_services/lib/constants.dart
|
| +++ b/pkg/analysis_services/lib/constants.dart
|
| @@ -10,6 +10,7 @@ library services.constants;
|
| const String ADDED = 'added';
|
| const String CHILDREN = 'children';
|
| const String CLASS_ELEMENT = 'classElement';
|
| +const String CLASS_NAME = 'className';
|
| const String COMPLETION = 'completion';
|
| const String CONTAINING_LIBRARY_NAME = 'containingLibraryName';
|
| const String CONTAINING_LIBRARY_PATH = 'containingLibraryPath';
|
| @@ -35,7 +36,7 @@ const String HOVERS = 'hovers';
|
| const String ID = 'id';
|
| const String INCLUDE_POTENTIAL = 'includePotential';
|
| const String INCLUDED = 'included';
|
| -const String INTERFACE_ELEMENTS = 'interfaceElements';
|
| +const String INTERFACE_MEMBERS = 'interfaceMembers';
|
| const String INTERFACES = 'interfaces';
|
| const String IS_ABSTRACT = 'isAbstract';
|
| const String IS_DEPRECATED = 'isDeprecated';
|
| @@ -83,7 +84,7 @@ const String STATIC_TYPE = 'staticType';
|
| const String SUBCLASSES = 'subclasses';
|
| const String SUBSCRIPTIONS = 'subscriptions';
|
| const String SUPERCLASS = 'superclass';
|
| -const String SUPER_CLASS_ELEMENT = 'superclassElement';
|
| +const String SUPER_CLASS_MEMBER = 'superclassMember';
|
| const String TARGETS = 'targets';
|
| const String TYPE = 'type';
|
| const String VERSION = 'version';
|
|
|