| OLD | NEW |
| 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 Loading... |
| 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<<a href="#type_Override">Override</a>> | 849 "<b>overrides</b>": List<<a href="#type_Override">Override</a>> |
| 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 Loading... |
| 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> |
| OLD | NEW |