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

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

Issue 845973006: Addition of AnalysisServer.isSocketOpen for clients to know if the server is still running. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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 2239 matching lines...) Expand 10 before | Expand all | Expand 10 after
2250 of a class. 2250 of a class.
2251 </p> 2251 </p>
2252 </dd><dt class="field"><b><i>element ( <span style="color:#999999">opt ional</span> <a href="#type_Element">Element</a> )</i></b></dt><dd> 2252 </dd><dt class="field"><b><i>element ( <span style="color:#999999">opt ional</span> <a href="#type_Element">Element</a> )</i></b></dt><dd>
2253 2253
2254 <p> 2254 <p>
2255 Information about the element reference being suggested. 2255 Information about the element reference being suggested.
2256 </p> 2256 </p>
2257 </dd><dt class="field"><b><i>returnType ( <span style="color:#999999"> optional</span> String )</i></b></dt><dd> 2257 </dd><dt class="field"><b><i>returnType ( <span style="color:#999999"> optional</span> String )</i></b></dt><dd>
2258 2258
2259 <p> 2259 <p>
2260 The return type of the getter, function or method being 2260 The return type of the getter, function or method
2261 suggested. This field is omitted if the suggested element 2261 or the type of the field being suggested.
2262 This field is omitted if the suggested element
2262 is not a getter, function or method. 2263 is not a getter, function or method.
2263 </p> 2264 </p>
2264 </dd><dt class="field"><b><i>parameterNames ( <span style="color:#9999 99">optional</span> List&lt;String&gt; )</i></b></dt><dd> 2265 </dd><dt class="field"><b><i>parameterNames ( <span style="color:#9999 99">optional</span> List&lt;String&gt; )</i></b></dt><dd>
2265 2266
2266 <p> 2267 <p>
2267 The names of the parameters of the function or method 2268 The names of the parameters of the function or method
2268 being suggested. This field is omitted if the suggested 2269 being suggested. This field is omitted if the suggested
2269 element is not a setter, function or method. 2270 element is not a setter, function or method.
2270 </p> 2271 </p>
2271 </dd><dt class="field"><b><i>parameterTypes ( <span style="color:#9999 99">optional</span> List&lt;String&gt; )</i></b></dt><dd> 2272 </dd><dt class="field"><b><i>parameterTypes ( <span style="color:#9999 99">optional</span> List&lt;String&gt; )</i></b></dt><dd>
(...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
3595 <p> 3596 <p>
3596 This section contains a list of all of the errors that are 3597 This section contains a list of all of the errors that are
3597 produced by the server and the data that is returned with each. 3598 produced by the server and the data that is returned with each.
3598 </p> 3599 </p>
3599 <p> 3600 <p>
3600 TBD 3601 TBD
3601 </p> 3602 </p>
3602 3603
3603 3604
3604 </body></html> 3605 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698