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/doc/api.html

Issue 970063002: When a closure is extracted as a method, it does not have any return type. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 3533 matching lines...) Expand 10 before | Expand all | Expand 10 after
3544 </dd><dt class="field"><b><i>length ( int )</i></b></dt><dd> 3544 </dd><dt class="field"><b><i>length ( int )</i></b></dt><dd>
3545 3545
3546 <p> 3546 <p>
3547 The length of the expression or statements that will be 3547 The length of the expression or statements that will be
3548 extracted. 3548 extracted.
3549 </p> 3549 </p>
3550 </dd><dt class="field"><b><i>returnType ( String )</i></b></dt><dd> 3550 </dd><dt class="field"><b><i>returnType ( String )</i></b></dt><dd>
3551 3551
3552 <p> 3552 <p>
3553 The proposed return type for the method. 3553 The proposed return type for the method.
3554 If the returned element does not have a declared return type,
3555 this field will contain an empty string.
3554 </p> 3556 </p>
3555 </dd><dt class="field"><b><i>names ( List&lt;String&gt; )</i></b></dt> <dd> 3557 </dd><dt class="field"><b><i>names ( List&lt;String&gt; )</i></b></dt> <dd>
3556 3558
3557 <p> 3559 <p>
3558 The proposed names for the method. 3560 The proposed names for the method.
3559 </p> 3561 </p>
3560 </dd><dt class="field"><b><i>canCreateGetter ( bool )</i></b></dt><dd> 3562 </dd><dt class="field"><b><i>canCreateGetter ( bool )</i></b></dt><dd>
3561 3563
3562 <p> 3564 <p>
3563 True if a getter could be created rather than a method. 3565 True if a getter could be created rather than a method.
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
3756 <p> 3758 <p>
3757 This section contains a list of all of the errors that are 3759 This section contains a list of all of the errors that are
3758 produced by the server and the data that is returned with each. 3760 produced by the server and the data that is returned with each.
3759 </p> 3761 </p>
3760 <p> 3762 <p>
3761 TBD 3763 TBD
3762 </p> 3764 </p>
3763 3765
3764 3766
3765 </body></html> 3767 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698