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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ElementKind.java

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/doc/api.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ElementKind.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ElementKind.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ElementKind.java
index 6123970f70f623524dc150f42decbc56ff737c3f..4e9fd1c374860aac95f332615941eb4e35d01f94 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ElementKind.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ElementKind.java
@@ -49,6 +49,8 @@ public class ElementKind {
public static final String PARAMETER = "PARAMETER";
+ public static final String PREFIX = "PREFIX";
+
public static final String SETTER = "SETTER";
public static final String TOP_LEVEL_VARIABLE = "TOP_LEVEL_VARIABLE";
« no previous file with comments | « no previous file | pkg/analysis_server/doc/api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698