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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 554143003: Integrate the EXTRACT_METHOD refactoring into Editor. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analysis_server/lib/src/generated_protocol.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="UTF-8"/> 3 <meta charset="UTF-8"/>
4 <title>Analysis Server API Specification</title> 4 <title>Analysis Server API Specification</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <h1>Analysis Server API Specification</h1> 7 <h1>Analysis Server API Specification</h1>
8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 > 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 >
9 <p> 9 <p>
10 This document contains a specification of the API provided by 10 This document contains a specification of the API provided by
(...skipping 3111 matching lines...) Expand 10 before | Expand all | Expand 10 after
3122 The parameters that should be defined for the method. 3122 The parameters that should be defined for the method.
3123 </p> 3123 </p>
3124 <p> 3124 <p>
3125 It is an error if a REQUIRED or NAMED parameter follows a 3125 It is an error if a REQUIRED or NAMED parameter follows a
3126 POSITIONAL parameter. 3126 POSITIONAL parameter.
3127 It is an error if a REQUIRED or POSITIONAL parameter follows a 3127 It is an error if a REQUIRED or POSITIONAL parameter follows a
3128 NAMED parameter. 3128 NAMED parameter.
3129 </p> 3129 </p>
3130 <ul> 3130 <ul>
3131 <li> 3131 <li>
3132 To change the order and/or update proposed paramerers, add 3132 To change the order and/or update proposed parameters, add
3133 parameters with the same identifiers as proposed. 3133 parameters with the same identifiers as proposed.
3134 </li> 3134 </li>
3135 <li>To add new parameters, omit their identifier.</li> 3135 <li>To add new parameters, omit their identifier.</li>
3136 <li>To remove some parameters, omit them in this list.</li> 3136 <li>To remove some parameters, omit them in this list.</li>
3137 </ul> 3137 </ul>
3138 </field> 3138 </field>
3139 <field name="extractAll"> 3139 <field name="extractAll">
3140 <ref>bool</ref> 3140 <ref>bool</ref>
3141 <p> 3141 <p>
3142 True if all occurrences of the expression or statements 3142 True if all occurrences of the expression or statements
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
3274 <h2>Errors</h2> 3274 <h2>Errors</h2>
3275 <p> 3275 <p>
3276 This section contains a list of all of the errors that are 3276 This section contains a list of all of the errors that are
3277 produced by the server and the data that is returned with each. 3277 produced by the server and the data that is returned with each.
3278 </p> 3278 </p>
3279 <p> 3279 <p>
3280 TBD 3280 TBD
3281 </p> 3281 </p>
3282 </body> 3282 </body>
3283 </html> 3283 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/lib/src/generated_protocol.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698