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

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

Issue 1138853002: Rename CONSTANT_RESOLVED_UNIT to RESOLVED_UNIT. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rework based on suggestions Created 5 years, 7 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 | « pkg/analyzer/lib/src/task/dart.dart ('k') | pkg/analyzer/test/src/context/context_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/task/dart.dart
diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart
index 0a3915b7e63fe345af63075008da03ce53a4adcd..a0e309e4ffc4de5c9ef6dcf2e7973cfc0e154482 100644
--- a/pkg/analyzer/lib/task/dart.dart
+++ b/pkg/analyzer/lib/task/dart.dart
@@ -14,16 +14,6 @@ import 'package:analyzer/src/task/dart.dart';
import 'package:analyzer/task/model.dart';
/**
- * The resolved [CompilationUnit] associated with a compilation unit, with
- * constants resolved.
- *
- * The result is only available for [LibrarySpecificUnit]s.
- */
-final ResultDescriptor<CompilationUnit> CONSTANT_RESOLVED_UNIT =
- new ResultDescriptor<CompilationUnit>('CONSTANT_RESOLVED_UNIT', null,
- cachingPolicy: AST_CACHING_POLICY);
-
-/**
* The analysis errors associated with a [Source] representing a compilation
* unit.
*/
@@ -115,7 +105,7 @@ final ResultDescriptor<CompilationUnit> PARSED_UNIT =
/**
* The resolved [CompilationUnit] associated with a compilation unit, with
- * constants not yet resolved.
+ * constants resolved.
*
* The result is only available for [LibrarySpecificUnit]s.
*/
« no previous file with comments | « pkg/analyzer/lib/src/task/dart.dart ('k') | pkg/analyzer/test/src/context/context_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698