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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.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
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 343ee5e042faa0da3d6df8a9da46e645c406493d..3c2a35371c6c1945857f8f8e7a57dd2d7abfa897 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -3180,13 +3180,34 @@
It is an error if the range contains anything other than all
or part of the name of a single method.
</p>
+ <feedback>
+ <field name="className" optional="true">
+ <ref>String</ref>
+ <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>
+ </field>
+ <field name="methodName">
+ <ref>String</ref>
+ <p>
+ The name of the method (or function) being inlined.
+ </p>
+ </field>
+ <field name="isDeclaration">
+ <ref>bool</ref>
+ <p>
+ True is the declaration of the method is selected.
Brian Wilkerson 2014/09/08 19:25:05 "True is" --> "True if"
+ So all references should be inlined.
+ </p>
+ </field>
+ </feedback>
<options>
<field name="deleteSource">
<ref>bool</ref>
<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>
</field>
<field name="inlineAll">
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698