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

Unified Diff: pkg/analyzer/lib/task/model.dart

Issue 1008433002: Task: Build Directive Elements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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: pkg/analyzer/lib/task/model.dart
diff --git a/pkg/analyzer/lib/task/model.dart b/pkg/analyzer/lib/task/model.dart
index 48e616dd55622fc58d39ab743307e75847badfe5..a473e33bfe9b135db61636018ba8db109782de41 100644
--- a/pkg/analyzer/lib/task/model.dart
+++ b/pkg/analyzer/lib/task/model.dart
@@ -247,6 +247,11 @@ abstract class ResultDescriptor<V> {
V get defaultValue;
/**
+ * Return the name of this descriptor.
+ */
+ String get name;
+
+ /**
* Return a task input that can be used to compute this result for the given
* [target].
*/

Powered by Google App Engine
This is Rietveld 408576698