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

Side by Side Diff: pkg/analysis_server/doc/api.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 | « no previous file | pkg/analysis_server/test/integration/analysis/overrides_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 The outline associated with the file. 843 The outline associated with the file.
844 </p> 844 </p>
845 </dd></dl></dd><dt class="notification">analysis.overrides</dt><dd><di v class="box"><pre>notification: { 845 </dd></dl></dd><dt class="notification">analysis.overrides</dt><dd><di v class="box"><pre>notification: {
846 "event": "analysis.overrides" 846 "event": "analysis.overrides"
847 "params": { 847 "params": {
848 "<b>file</b>": <a href="#type_FilePath">FilePath</a> 848 "<b>file</b>": <a href="#type_FilePath">FilePath</a>
849 "<b>overrides</b>": List&lt;<a href="#type_Override">Override</a>&gt; 849 "<b>overrides</b>": List&lt;<a href="#type_Override">Override</a>&gt;
850 } 850 }
851 }</pre></div> 851 }</pre></div>
852 <p> 852 <p>
853 Reports the overridding members in a file. This notification 853 Reports the overridding members in a file.
854 currently includes only members that override a member from
855 a superclass. In particular, it does not include members
856 that override members from interfaces.
857 </p> 854 </p>
858 <p> 855 <p>
859 This notification is not subscribed to by default. Clients 856 This notification is not subscribed to by default. Clients
860 can subscribe by including the value <tt>"OVERRIDES"</tt> in 857 can subscribe by including the value <tt>"OVERRIDES"</tt> in
861 the list of services passed in an analysis.setSubscriptions 858 the list of services passed in an analysis.setSubscriptions
862 request. 859 request.
863 </p> 860 </p>
864 861
865 <h4>Parameters</h4><dl><dt class="field"><b><i>file ( <a href="#type_FileP ath">FilePath</a> )</i></b></dt><dd> 862 <h4>Parameters</h4><dl><dt class="field"><b><i>file ( <a href="#type_FileP ath">FilePath</a> )</i></b></dt><dd>
866 863
(...skipping 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after
3012 <p> 3009 <p>
3013 This section contains a list of all of the errors that are 3010 This section contains a list of all of the errors that are
3014 produced by the server and the data that is returned with each. 3011 produced by the server and the data that is returned with each.
3015 </p> 3012 </p>
3016 <p> 3013 <p>
3017 TBD 3014 TBD
3018 </p> 3015 </p>
3019 3016
3020 3017
3021 </body></html> 3018 </body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/analysis/overrides_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698