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

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

Issue 488103003: Add SearchResultKind.UNKNOWN to the analysis server API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/integration/protocol_matchers.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 2634 matching lines...) Expand 10 before | Expand all | Expand 10 after
2645 A reference to a field, parameter or variable where it is being re ad and written. 2645 A reference to a field, parameter or variable where it is being re ad and written.
2646 </p> 2646 </p>
2647 </value> 2647 </value>
2648 <value> 2648 <value>
2649 <code>REFERENCE</code> 2649 <code>REFERENCE</code>
2650 <p> 2650 <p>
2651 A reference to an element. 2651 A reference to an element.
2652 </p> 2652 </p>
2653 </value> 2653 </value>
2654 <value> 2654 <value>
2655 <code>UNKNOWN</code>
2656 <p>
2657 Some other kind of search result.
2658 </p>
2659 </value>
2660 <value>
2655 <code>WRITE</code> 2661 <code>WRITE</code>
2656 <p> 2662 <p>
2657 A reference to a field, parameter or variable where it is being wr itten. 2663 A reference to a field, parameter or variable where it is being wr itten.
2658 </p> 2664 </p>
2659 </value> 2665 </value>
2660 </enum> 2666 </enum>
2661 </type> 2667 </type>
2662 <type name="ServerService"> 2668 <type name="ServerService">
2663 <p> 2669 <p>
2664 An enumeration of the services provided by the server domain. 2670 An enumeration of the services provided by the server domain.
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
3120 <h2>Errors</h2> 3126 <h2>Errors</h2>
3121 <p> 3127 <p>
3122 This section contains a list of all of the errors that are 3128 This section contains a list of all of the errors that are
3123 produced by the server and the data that is returned with each. 3129 produced by the server and the data that is returned with each.
3124 </p> 3130 </p>
3125 <p> 3131 <p>
3126 TBD 3132 TBD
3127 </p> 3133 </p>
3128 </body> 3134 </body>
3129 </html> 3135 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698