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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 551963002: Add feedback for INLINE_METHOD refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 024f44cd63376cdf4dd75932c779433cc5e93428..639b57e63a3b3a0682f3473bd44f22420e44e633 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -3093,12 +3093,29 @@ dt.typeDefinition {
or part of the name of a single method.
</p>
- <h4>Feedback</h4><p>none</p><h4>Options</h4><dl><dt class="field"><b><i>deleteSource ( bool )</i></b></dt><dd>
+
+ <h4>Feedback</h4><dl><dt class="field"><b><i>className ( <span style="color:#999999">optional</span> String )</i></b></dt><dd>
+
+ <p>
+ The name of the class enclosing the method being inlined.
+ If not a class member is being inlined, this field will be absent.
+ </p>
+ </dd><dt class="field"><b><i>methodName ( String )</i></b></dt><dd>
+
+ <p>
+ The name of the method (or function) being inlined.
+ </p>
+ </dd><dt class="field"><b><i>isDeclaration ( bool )</i></b></dt><dd>
+
+ <p>
+ True is the declaration of the method is selected.
+ So all references should be inlined.
+ </p>
+ </dd></dl><h4>Options</h4><dl><dt class="field"><b><i>deleteSource ( bool )</i></b></dt><dd>
<p>
- True if the method being inlined should be removed. It
- is an error if this field is true and inlineAll is
- false.
+ True if the method being inlined should be removed.
+ It is an error if this field is true and inlineAll is false.
</p>
</dd><dt class="field"><b><i>inlineAll ( bool )</i></b></dt><dd>

Powered by Google App Engine
This is Rietveld 408576698