| Index: pkg/analyzer/lib/task/model.dart
|
| diff --git a/pkg/analyzer/lib/task/model.dart b/pkg/analyzer/lib/task/model.dart
|
| index 7254f19fc332a0cd678df104c681f235f9852479..a00b215214fcb7c687a2fa9e0b366b434844514d 100644
|
| --- a/pkg/analyzer/lib/task/model.dart
|
| +++ b/pkg/analyzer/lib/task/model.dart
|
| @@ -251,6 +251,11 @@ abstract class TaskDescriptor {
|
| CreateTaskInputs get createTaskInputs;
|
|
|
| /**
|
| + * Return the name of the task being described.
|
| + */
|
| + String get name;
|
| +
|
| + /**
|
| * Return a list of the analysis results that will be computed by this task.
|
| */
|
| List<ResultDescriptor> get results;
|
|
|