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

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

Issue 475673002: Generate public static EMPTY_ARRAY fields for each object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: review 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 side-by-side diff with in-line comments
Download patch
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 f445ab1251898c13c091c6e5cea847a4383fc3cc..5814639f15d342214f9f373f6701c079f5354d9a 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,14 +31,14 @@ public class ElementKind {
public static final String CONSTRUCTOR = "CONSTRUCTOR";
+ public static final String GETTER = "GETTER";
+
public static final String FIELD = "FIELD";
public static final String FUNCTION = "FUNCTION";
public static final String FUNCTION_TYPE_ALIAS = "FUNCTION_TYPE_ALIAS";
- public static final String GETTER = "GETTER";
-
public static final String LIBRARY = "LIBRARY";
public static final String LOCAL_VARIABLE = "LOCAL_VARIABLE";
@@ -51,9 +51,10 @@ public class ElementKind {
public static final String TYPE_PARAMETER = "TYPE_PARAMETER";
+ public static final String UNKNOWN = "UNKNOWN";
+
public static final String UNIT_TEST_GROUP = "UNIT_TEST_GROUP";
public static final String UNIT_TEST_TEST = "UNIT_TEST_TEST";
- public static final String UNKNOWN = "UNKNOWN";
}

Powered by Google App Engine
This is Rietveld 408576698