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

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

Issue 583193005: Integration of MOVE_FILE into the server and a couple of fixes. (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/test/services/refactoring/move_file_test.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 2456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 An enumeration of the kinds of refactorings that can be 2467 An enumeration of the kinds of refactorings that can be
2468 created. 2468 created.
2469 </p> 2469 </p>
2470 <enum> 2470 <enum>
2471 <value><code>CONVERT_GETTER_TO_METHOD</code></value> 2471 <value><code>CONVERT_GETTER_TO_METHOD</code></value>
2472 <value><code>CONVERT_METHOD_TO_GETTER</code></value> 2472 <value><code>CONVERT_METHOD_TO_GETTER</code></value>
2473 <value><code>EXTRACT_LOCAL_VARIABLE</code></value> 2473 <value><code>EXTRACT_LOCAL_VARIABLE</code></value>
2474 <value><code>EXTRACT_METHOD</code></value> 2474 <value><code>EXTRACT_METHOD</code></value>
2475 <value><code>INLINE_LOCAL_VARIABLE</code></value> 2475 <value><code>INLINE_LOCAL_VARIABLE</code></value>
2476 <value><code>INLINE_METHOD</code></value> 2476 <value><code>INLINE_METHOD</code></value>
2477 <value><code>MOVE_FILE</code></value>
2477 <value><code>RENAME</code></value> 2478 <value><code>RENAME</code></value>
2478 </enum> 2479 </enum>
2479 </type> 2480 </type>
2480 <type name="RefactoringMethodParameter"> 2481 <type name="RefactoringMethodParameter">
2481 <p> 2482 <p>
2482 A description of a parameter in a method refactoring. 2483 A description of a parameter in a method refactoring.
2483 </p> 2484 </p>
2484 <object> 2485 <object>
2485 <field name="id" optional="true"> 2486 <field name="id" optional="true">
2486 <ref>String</ref> 2487 <ref>String</ref>
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
3346 <h2>Errors</h2> 3347 <h2>Errors</h2>
3347 <p> 3348 <p>
3348 This section contains a list of all of the errors that are 3349 This section contains a list of all of the errors that are
3349 produced by the server and the data that is returned with each. 3350 produced by the server and the data that is returned with each.
3350 </p> 3351 </p>
3351 <p> 3352 <p>
3352 TBD 3353 TBD
3353 </p> 3354 </p>
3354 </body> 3355 </body>
3355 </html> 3356 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/services/refactoring/move_file_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698