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

Side by Side Diff: pkg/analysis_server/doc/api.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
OLDNEW
1 <html><head> 1 <html><head>
2 <meta charset="UTF-8"> 2 <meta charset="UTF-8">
3 <title>Analysis Server API Specification</title> 3 <title>Analysis Server API Specification</title>
4 <style>body { 4 <style>body {
5 font-family: sans-serif, serif; 5 font-family: sans-serif, serif;
6 padding-left: 5%; 6 padding-left: 5%;
7 padding-right: 5%; 7 padding-right: 5%;
8 } 8 }
9 h1 { 9 h1 {
10 text-align: center; 10 text-align: center;
(...skipping 2478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2489 2489
2490 <p> 2490 <p>
2491 The offset of the position. 2491 The offset of the position.
2492 </p> 2492 </p>
2493 </dd></dl></dd><dt class="typeDefinition"><a name="type_RefactoringKin d">RefactoringKind: String</a></dt><dd> 2493 </dd></dl></dd><dt class="typeDefinition"><a name="type_RefactoringKin d">RefactoringKind: String</a></dt><dd>
2494 <p> 2494 <p>
2495 An enumeration of the kinds of refactorings that can be 2495 An enumeration of the kinds of refactorings that can be
2496 created. 2496 created.
2497 </p> 2497 </p>
2498 2498
2499 <dl><dt class="value">CONVERT_GETTER_TO_METHOD</dt><dt class="value">CONVE RT_METHOD_TO_GETTER</dt><dt class="value">EXTRACT_LOCAL_VARIABLE</dt><dt class=" value">EXTRACT_METHOD</dt><dt class="value">INLINE_LOCAL_VARIABLE</dt><dt class= "value">INLINE_METHOD</dt><dt class="value">RENAME</dt></dl></dd><dt class="type Definition"><a name="type_RefactoringMethodParameter">RefactoringMethodParameter : object</a></dt><dd> 2499 <dl><dt class="value">CONVERT_GETTER_TO_METHOD</dt><dt class="value">CONVE RT_METHOD_TO_GETTER</dt><dt class="value">EXTRACT_LOCAL_VARIABLE</dt><dt class=" value">EXTRACT_METHOD</dt><dt class="value">INLINE_LOCAL_VARIABLE</dt><dt class= "value">INLINE_METHOD</dt><dt class="value">MOVE_FILE</dt><dt class="value">RENA ME</dt></dl></dd><dt class="typeDefinition"><a name="type_RefactoringMethodParam eter">RefactoringMethodParameter: object</a></dt><dd>
2500 <p> 2500 <p>
2501 A description of a parameter in a method refactoring. 2501 A description of a parameter in a method refactoring.
2502 </p> 2502 </p>
2503 2503
2504 <dl><dt class="field"><b><i>id ( <span style="color:#999999">optional</spa n> String )</i></b></dt><dd> 2504 <dl><dt class="field"><b><i>id ( <span style="color:#999999">optional</spa n> String )</i></b></dt><dd>
2505 2505
2506 <p> 2506 <p>
2507 The unique identifier of the parameter. 2507 The unique identifier of the parameter.
2508 Clients may omit this field for the parameters they want to add. 2508 Clients may omit this field for the parameters they want to add.
2509 </p> 2509 </p>
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 <p> 3232 <p>
3233 This section contains a list of all of the errors that are 3233 This section contains a list of all of the errors that are
3234 produced by the server and the data that is returned with each. 3234 produced by the server and the data that is returned with each.
3235 </p> 3235 </p>
3236 <p> 3236 <p>
3237 TBD 3237 TBD
3238 </p> 3238 </p>
3239 3239
3240 3240
3241 </body></html> 3241 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698