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

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

Issue 791553007: suggest fields rather than synthetic getters (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 5 years, 11 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/completion/local_computer_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 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1999 </field> 1999 </field>
2000 <field name="element" optional="true"> 2000 <field name="element" optional="true">
2001 <ref>Element</ref> 2001 <ref>Element</ref>
2002 <p> 2002 <p>
2003 Information about the element reference being suggested. 2003 Information about the element reference being suggested.
2004 </p> 2004 </p>
2005 </field> 2005 </field>
2006 <field name="returnType" optional="true"> 2006 <field name="returnType" optional="true">
2007 <ref>String</ref> 2007 <ref>String</ref>
2008 <p> 2008 <p>
2009 The return type of the getter, function or method being 2009 The return type of the getter, function or method
2010 suggested. This field is omitted if the suggested element 2010 or the type of the field being suggested.
2011 This field is omitted if the suggested element
2011 is not a getter, function or method. 2012 is not a getter, function or method.
2012 </p> 2013 </p>
2013 </field> 2014 </field>
2014 <field name="parameterNames" optional="true"> 2015 <field name="parameterNames" optional="true">
2015 <list><ref>String</ref></list> 2016 <list><ref>String</ref></list>
2016 <p> 2017 <p>
2017 The names of the parameters of the function or method 2018 The names of the parameters of the function or method
2018 being suggested. This field is omitted if the suggested 2019 being suggested. This field is omitted if the suggested
2019 element is not a setter, function or method. 2020 element is not a setter, function or method.
2020 </p> 2021 </p>
(...skipping 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after
3687 <h2>Errors</h2> 3688 <h2>Errors</h2>
3688 <p> 3689 <p>
3689 This section contains a list of all of the errors that are 3690 This section contains a list of all of the errors that are
3690 produced by the server and the data that is returned with each. 3691 produced by the server and the data that is returned with each.
3691 </p> 3692 </p>
3692 <p> 3693 <p>
3693 TBD 3694 TBD
3694 </p> 3695 </p>
3695 </body> 3696 </body>
3696 </html> 3697 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/services/completion/local_computer_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698