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

Unified Diff: pkg/analysis_server/tool/spec/codegen_dart_protocol.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/analysis_server/tool/spec/codegen_dart_protocol.dart
diff --git a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
index 8ba3d320ee66e7a89de97e8b34eac4038e1db2fb..7c19071a4a35c6311412c73e600ef8d58a64dc01 100644
--- a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
+++ b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
@@ -1227,12 +1227,12 @@ class ToJsonIdentity extends ToJsonSnippet {
class ToJsonSnippet extends ToJsonCode {
/**
* Callback that can be used to generate the code snippet, once the name
- * of the [value] variable is known.
+ * of the [lexeme] variable is known.
ahe 2017/03/10 07:26:10 Are you sure about the changes to this file?
danrubel 2017/03/11 22:10:37 Good catch. This file should not be changed. Fixed
*/
final ToJsonSnippetCallback callback;
/**
- * Dart type of the [value] variable.
+ * Dart type of the [lexeme] variable.
*/
final String type;
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/dart/constant/value.dart » ('j') | pkg/analyzer/lib/src/dart/constant/value.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698