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

Side by Side Diff: pkg/analysis_server/lib/src/generated_protocol.dart

Issue 582453002: Index and search of import prefixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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
« no previous file with comments | « pkg/analysis_server/doc/api.html ('k') | pkg/analysis_server/lib/src/protocol.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // 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 part of protocol; 9 part of protocol;
10 /** 10 /**
(...skipping 5754 matching lines...) Expand 10 before | Expand all | Expand 10 after
5765 * CONSTRUCTOR 5765 * CONSTRUCTOR
5766 * FIELD 5766 * FIELD
5767 * FUNCTION 5767 * FUNCTION
5768 * FUNCTION_TYPE_ALIAS 5768 * FUNCTION_TYPE_ALIAS
5769 * GETTER 5769 * GETTER
5770 * LABEL 5770 * LABEL
5771 * LIBRARY 5771 * LIBRARY
5772 * LOCAL_VARIABLE 5772 * LOCAL_VARIABLE
5773 * METHOD 5773 * METHOD
5774 * PARAMETER 5774 * PARAMETER
5775 * PREFIX
5775 * SETTER 5776 * SETTER
5776 * TOP_LEVEL_VARIABLE 5777 * TOP_LEVEL_VARIABLE
5777 * TYPE_PARAMETER 5778 * TYPE_PARAMETER
5778 * UNIT_TEST_GROUP 5779 * UNIT_TEST_GROUP
5779 * UNIT_TEST_TEST 5780 * UNIT_TEST_TEST
5780 * UNKNOWN 5781 * UNKNOWN
5781 * } 5782 * }
5782 */ 5783 */
5783 class ElementKind { 5784 class ElementKind {
5784 static const CLASS = const ElementKind._("CLASS"); 5785 static const CLASS = const ElementKind._("CLASS");
(...skipping 15 matching lines...) Expand all
5800 static const LABEL = const ElementKind._("LABEL"); 5801 static const LABEL = const ElementKind._("LABEL");
5801 5802
5802 static const LIBRARY = const ElementKind._("LIBRARY"); 5803 static const LIBRARY = const ElementKind._("LIBRARY");
5803 5804
5804 static const LOCAL_VARIABLE = const ElementKind._("LOCAL_VARIABLE"); 5805 static const LOCAL_VARIABLE = const ElementKind._("LOCAL_VARIABLE");
5805 5806
5806 static const METHOD = const ElementKind._("METHOD"); 5807 static const METHOD = const ElementKind._("METHOD");
5807 5808
5808 static const PARAMETER = const ElementKind._("PARAMETER"); 5809 static const PARAMETER = const ElementKind._("PARAMETER");
5809 5810
5811 static const PREFIX = const ElementKind._("PREFIX");
5812
5810 static const SETTER = const ElementKind._("SETTER"); 5813 static const SETTER = const ElementKind._("SETTER");
5811 5814
5812 static const TOP_LEVEL_VARIABLE = const ElementKind._("TOP_LEVEL_VARIABLE"); 5815 static const TOP_LEVEL_VARIABLE = const ElementKind._("TOP_LEVEL_VARIABLE");
5813 5816
5814 static const TYPE_PARAMETER = const ElementKind._("TYPE_PARAMETER"); 5817 static const TYPE_PARAMETER = const ElementKind._("TYPE_PARAMETER");
5815 5818
5816 static const UNIT_TEST_GROUP = const ElementKind._("UNIT_TEST_GROUP"); 5819 static const UNIT_TEST_GROUP = const ElementKind._("UNIT_TEST_GROUP");
5817 5820
5818 static const UNIT_TEST_TEST = const ElementKind._("UNIT_TEST_TEST"); 5821 static const UNIT_TEST_TEST = const ElementKind._("UNIT_TEST_TEST");
5819 5822
(...skipping 24 matching lines...) Expand all
5844 case "LABEL": 5847 case "LABEL":
5845 return LABEL; 5848 return LABEL;
5846 case "LIBRARY": 5849 case "LIBRARY":
5847 return LIBRARY; 5850 return LIBRARY;
5848 case "LOCAL_VARIABLE": 5851 case "LOCAL_VARIABLE":
5849 return LOCAL_VARIABLE; 5852 return LOCAL_VARIABLE;
5850 case "METHOD": 5853 case "METHOD":
5851 return METHOD; 5854 return METHOD;
5852 case "PARAMETER": 5855 case "PARAMETER":
5853 return PARAMETER; 5856 return PARAMETER;
5857 case "PREFIX":
5858 return PREFIX;
5854 case "SETTER": 5859 case "SETTER":
5855 return SETTER; 5860 return SETTER;
5856 case "TOP_LEVEL_VARIABLE": 5861 case "TOP_LEVEL_VARIABLE":
5857 return TOP_LEVEL_VARIABLE; 5862 return TOP_LEVEL_VARIABLE;
5858 case "TYPE_PARAMETER": 5863 case "TYPE_PARAMETER":
5859 return TYPE_PARAMETER; 5864 return TYPE_PARAMETER;
5860 case "UNIT_TEST_GROUP": 5865 case "UNIT_TEST_GROUP":
5861 return UNIT_TEST_GROUP; 5866 return UNIT_TEST_GROUP;
5862 case "UNIT_TEST_TEST": 5867 case "UNIT_TEST_TEST":
5863 return UNIT_TEST_TEST; 5868 return UNIT_TEST_TEST;
(...skipping 4235 matching lines...) Expand 10 before | Expand all | Expand 10 after
10099 return false; 10104 return false;
10100 } 10105 }
10101 10106
10102 @override 10107 @override
10103 int get hashCode { 10108 int get hashCode {
10104 int hash = 0; 10109 int hash = 0;
10105 hash = _JenkinsSmiHash.combine(hash, newName.hashCode); 10110 hash = _JenkinsSmiHash.combine(hash, newName.hashCode);
10106 return _JenkinsSmiHash.finish(hash); 10111 return _JenkinsSmiHash.finish(hash);
10107 } 10112 }
10108 } 10113 }
OLDNEW
« no previous file with comments | « pkg/analysis_server/doc/api.html ('k') | pkg/analysis_server/lib/src/protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698