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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java

Issue 829133007: Enable enum and deferred import support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.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.engine/src/com/google/dart/engine/context/AnalysisOptions.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
index ad1715fab4dc9807988978fd9da54bb61e4f8d52..b2bd51b1ad94b6cccea6af262380ce8845dabd35 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
@@ -58,6 +58,7 @@ public interface AnalysisOptions {
*
* @return {@code true} if analysis is to include the new async support
*/
+ @Deprecated
public boolean getEnableAsync();
/**
@@ -65,6 +66,7 @@ public interface AnalysisOptions {
*
* @return {@code true} if analysis is to include the new deferred loading support
*/
+ @Deprecated
public boolean getEnableDeferredLoading();
/**
@@ -72,6 +74,7 @@ public interface AnalysisOptions {
*
* @return {@code true} if analysis is to include the new enum support
*/
+ @Deprecated
public boolean getEnableEnum();
/**
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698