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

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

Issue 476163002: Add an integration test for analysis.overrides. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix long lines. 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/integration_test_methods.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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 <field name="outline"> 706 <field name="outline">
707 <ref>Outline</ref> 707 <ref>Outline</ref>
708 <p> 708 <p>
709 The outline associated with the file. 709 The outline associated with the file.
710 </p> 710 </p>
711 </field> 711 </field>
712 </params> 712 </params>
713 </notification> 713 </notification>
714 <notification event="overrides"> 714 <notification event="overrides">
715 <p> 715 <p>
716 Reports the overridding members in a file. This notification 716 Reports the overridding members in a file.
717 currently includes only members that override a member from
718 a superclass. In particular, it does not include members
719 that override members from interfaces.
720 </p> 717 </p>
721 <p> 718 <p>
722 This notification is not subscribed to by default. Clients 719 This notification is not subscribed to by default. Clients
723 can subscribe by including the value <tt>"OVERRIDES"</tt> in 720 can subscribe by including the value <tt>"OVERRIDES"</tt> in
724 the list of services passed in an analysis.setSubscriptions 721 the list of services passed in an analysis.setSubscriptions
725 request. 722 request.
726 </p> 723 </p>
727 <params> 724 <params>
728 <field name="file"> 725 <field name="file">
729 <ref>FilePath</ref> 726 <ref>FilePath</ref>
(...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after
3092 <h2>Errors</h2> 3089 <h2>Errors</h2>
3093 <p> 3090 <p>
3094 This section contains a list of all of the errors that are 3091 This section contains a list of all of the errors that are
3095 produced by the server and the data that is returned with each. 3092 produced by the server and the data that is returned with each.
3096 </p> 3093 </p>
3097 <p> 3094 <p>
3098 TBD 3095 TBD
3099 </p> 3096 </p>
3100 </body> 3097 </body>
3101 </html> 3098 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/integration/integration_test_methods.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698