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

Side by Side Diff: pkg/analysis_server/doc/api.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
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 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 "id": String 1513 "id": String
1514 "error": <span style="color:#999999">optional</span> <a href="#type_RequestErr or">RequestError</a> 1514 "error": <span style="color:#999999">optional</span> <a href="#type_RequestErr or">RequestError</a>
1515 "result": { 1515 "result": {
1516 "<b>edit</b>": <a href="#type_SourceFileEdit">SourceFileEdit</a> 1516 "<b>edit</b>": <a href="#type_SourceFileEdit">SourceFileEdit</a>
1517 } 1517 }
1518 }</pre></div> 1518 }</pre></div>
1519 <p> 1519 <p>
1520 Sort all of the directives, unit and class members 1520 Sort all of the directives, unit and class members
1521 of the given Dart file. 1521 of the given Dart file.
1522 </p> 1522 </p>
1523 <p>
1524 It is an error if the file does not exist or has scan or parse
1525 errors.
1526 </p>
1523 1527
1524 1528
1525 <h4>Parameters</h4><dl><dt class="field"><b><i>file ( <a href="#type_FileP ath">FilePath</a> )</i></b></dt><dd> 1529 <h4>Parameters</h4><dl><dt class="field"><b><i>file ( <a href="#type_FileP ath">FilePath</a> )</i></b></dt><dd>
1526 1530
1527 <p> 1531 <p>
1528 The Dart file to sort. 1532 The Dart file to sort.
1529 </p> 1533 </p>
1530 </dd></dl><h4>Returns</h4><dl><dt class="field"><b><i>edit ( <a href=" #type_SourceFileEdit">SourceFileEdit</a> )</i></b></dt><dd> 1534 </dd></dl><h4>Returns</h4><dl><dt class="field"><b><i>edit ( <a href=" #type_SourceFileEdit">SourceFileEdit</a> )</i></b></dt><dd>
1531 1535
1532 <p> 1536 <p>
(...skipping 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after
3263 <p> 3267 <p>
3264 This section contains a list of all of the errors that are 3268 This section contains a list of all of the errors that are
3265 produced by the server and the data that is returned with each. 3269 produced by the server and the data that is returned with each.
3266 </p> 3270 </p>
3267 <p> 3271 <p>
3268 TBD 3272 TBD
3269 </p> 3273 </p>
3270 3274
3271 3275
3272 </body></html> 3276 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698