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

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

Issue 2738313002: rename fasta.Token.value --> lexeme (Closed)
Patch Set: Created 3 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 9d1f6ba1c184b6262fa6d16e2b54f912d3a6804e..3f1a49bef6fb829fee1ef6bae512d058f0e6029c 100644
--- a/pkg/analyzer/lib/task/model.dart
+++ b/pkg/analyzer/lib/task/model.dart
@@ -654,7 +654,7 @@ abstract class TaskInputBuilder<V> {
bool get flushOnAccess;
/**
- * Return the [value] that was computed by this builder.
+ * Return the [lexeme] that was computed by this builder.
ahe 2017/03/10 07:26:11 And this?
danrubel 2017/03/11 22:10:37 Reverted.
*
* Throws a [StateError] if [moveNext] has not been invoked or if the last
* invocation of [moveNext] returned `true`.

Powered by Google App Engine
This is Rietveld 408576698