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

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

Issue 934353002: Issue 22476. Outline for enums. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartPluginImages.java » ('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 4e9fd1c374860aac95f332615941eb4e35d01f94..ff0b4ee8b592f99857893da9382e9694bb5b63b1 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
@@ -31,6 +31,10 @@ public class ElementKind {
public static final String CONSTRUCTOR = "CONSTRUCTOR";
+ public static final String ENUM = "ENUM";
+
+ public static final String ENUM_CONSTANT = "ENUM_CONSTANT";
+
public static final String FIELD = "FIELD";
public static final String FUNCTION = "FUNCTION";
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartPluginImages.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698