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

Side by Side Diff: pkg/analysis_server/doc/api.html

Issue 572373004: add element to completion suggestion API (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge 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 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 This field is omitted if there is no Dartdoc associated 1978 This field is omitted if there is no Dartdoc associated
1979 with the element. 1979 with the element.
1980 </p> 1980 </p>
1981 </dd><dt class="field"><b><i>declaringType ( <span style="color:#99999 9">optional</span> String )</i></b></dt><dd> 1981 </dd><dt class="field"><b><i>declaringType ( <span style="color:#99999 9">optional</span> String )</i></b></dt><dd>
1982 1982
1983 <p> 1983 <p>
1984 The class that declares the element being suggested. This 1984 The class that declares the element being suggested. This
1985 field is omitted if the suggested element is not a member 1985 field is omitted if the suggested element is not a member
1986 of a class. 1986 of a class.
1987 </p> 1987 </p>
1988 </dd><dt class="field"><b><i>element ( <span style="color:#999999">opt ional</span> <a href="#type_Element">Element</a> )</i></b></dt><dd>
1989
1990 <p>
1991 Information about the element reference being suggested.
1992 </p>
1988 </dd><dt class="field"><b><i>returnType ( <span style="color:#999999"> optional</span> String )</i></b></dt><dd> 1993 </dd><dt class="field"><b><i>returnType ( <span style="color:#999999"> optional</span> String )</i></b></dt><dd>
1989 1994
1990 <p> 1995 <p>
1991 The return type of the getter, function or method being 1996 The return type of the getter, function or method being
1992 suggested. This field is omitted if the suggested element 1997 suggested. This field is omitted if the suggested element
1993 is not a getter, function or method. 1998 is not a getter, function or method.
1994 </p> 1999 </p>
1995 </dd><dt class="field"><b><i>parameterNames ( <span style="color:#9999 99">optional</span> List&lt;String&gt; )</i></b></dt><dd> 2000 </dd><dt class="field"><b><i>parameterNames ( <span style="color:#9999 99">optional</span> List&lt;String&gt; )</i></b></dt><dd>
1996 2001
1997 <p> 2002 <p>
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
3205 <p> 3210 <p>
3206 This section contains a list of all of the errors that are 3211 This section contains a list of all of the errors that are
3207 produced by the server and the data that is returned with each. 3212 produced by the server and the data that is returned with each.
3208 </p> 3213 </p>
3209 <p> 3214 <p>
3210 TBD 3215 TBD
3211 </p> 3216 </p>
3212 3217
3213 3218
3214 </body></html> 3219 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698