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

Unified Diff: pkg/analyzer/lib/src/summary/idl.dart

Issue 1689283002: Serialize parameters visible ranges. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/src/summary/idl.dart
diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart
index 192dae9512f468378542056ff35ecf893e5e8c85..aa2452051684d5e5bf1452541d57e790dab6f71f 100644
--- a/pkg/analyzer/lib/src/summary/idl.dart
+++ b/pkg/analyzer/lib/src/summary/idl.dart
@@ -1313,6 +1313,16 @@ abstract class UnlinkedParam extends base.SummaryClass {
* implicit.
*/
EntityRef get type;
+
+ /**
+ * The length of the visible range.
Paul Berry 2016/02/11 21:10:39 Add comments explaining that when there is no meth
+ */
+ int get visibleLength;
+
+ /**
+ * The beginning of the visible range.
+ */
+ int get visibleOffset;
}
/**

Powered by Google App Engine
This is Rietveld 408576698