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

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

Issue 604333002: Specify when 'sortMembers' will return an error. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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/test/integration/integration_test_methods.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 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 potential edits for the refactoring. 1283 potential edits for the refactoring.
1284 </p> 1284 </p>
1285 </field> 1285 </field>
1286 </result> 1286 </result>
1287 </request> 1287 </request>
1288 <request method="sortMembers"> 1288 <request method="sortMembers">
1289 <p> 1289 <p>
1290 Sort all of the directives, unit and class members 1290 Sort all of the directives, unit and class members
1291 of the given Dart file. 1291 of the given Dart file.
1292 </p> 1292 </p>
1293 <p>
1294 It is an error if the file does not exist or has scan or parse
1295 errors.
Paul Berry 2014/09/26 16:45:42 Do you know the specific errors that will be gener
scheglov 2014/09/26 16:55:39 Done.
1296 </p>
1293 <params> 1297 <params>
1294 <field name="file"> 1298 <field name="file">
1295 <ref>FilePath</ref> 1299 <ref>FilePath</ref>
1296 <p> 1300 <p>
1297 The Dart file to sort. 1301 The Dart file to sort.
1298 </p> 1302 </p>
1299 </field> 1303 </field>
1300 </params> 1304 </params>
1301 <result> 1305 <result>
1302 <field name="edit"> 1306 <field name="edit">
(...skipping 2059 matching lines...) Expand 10 before | Expand all | Expand 10 after
3362 <h2>Errors</h2> 3366 <h2>Errors</h2>
3363 <p> 3367 <p>
3364 This section contains a list of all of the errors that are 3368 This section contains a list of all of the errors that are
3365 produced by the server and the data that is returned with each. 3369 produced by the server and the data that is returned with each.
3366 </p> 3370 </p>
3367 <p> 3371 <p>
3368 TBD 3372 TBD
3369 </p> 3373 </p>
3370 </body> 3374 </body>
3371 </html> 3375 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/integration/integration_test_methods.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698