| 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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 </p> | 776 </p> |
| 777 | 777 |
| 778 <h4>Parameters</h4><dl><dt class="field"><b><i>file ( <a href="#type_FileP
ath">FilePath</a> )</i></b></dt><dd> | 778 <h4>Parameters</h4><dl><dt class="field"><b><i>file ( <a href="#type_FileP
ath">FilePath</a> )</i></b></dt><dd> |
| 779 | 779 |
| 780 <p> | 780 <p> |
| 781 The file containing the navigation regions. | 781 The file containing the navigation regions. |
| 782 </p> | 782 </p> |
| 783 </dd><dt class="field"><b><i>regions ( List<<a href="#type_Navigati
onRegion">NavigationRegion</a>> )</i></b></dt><dd> | 783 </dd><dt class="field"><b><i>regions ( List<<a href="#type_Navigati
onRegion">NavigationRegion</a>> )</i></b></dt><dd> |
| 784 | 784 |
| 785 <p> | 785 <p> |
| 786 The navigation regions contained in the file. Each | 786 The navigation regions contained in the file. |
| 787 navigation region represents a list of targets | 787 The regions are sorted by their offsets. |
| 788 Each navigation region represents a list of targets |
| 788 associated with some range. The lists will usually | 789 associated with some range. The lists will usually |
| 789 contain a single target, but can contain more in the | 790 contain a single target, but can contain more in the |
| 790 case of a part that is included in multiple libraries | 791 case of a part that is included in multiple libraries |
| 791 or in Dart code that is compiled against multiple | 792 or in Dart code that is compiled against multiple |
| 792 versions of a package. Note that the navigation | 793 versions of a package. Note that the navigation |
| 793 regions that are returned do not overlap other | 794 regions that are returned do not overlap other |
| 794 navigation regions. | 795 navigation regions. |
| 795 </p> | 796 </p> |
| 796 </dd></dl></dd><dt class="notification">analysis.occurrences</dt><dd><
div class="box"><pre>notification: { | 797 </dd></dl></dd><dt class="notification">analysis.occurrences</dt><dd><
div class="box"><pre>notification: { |
| 797 "event": "analysis.occurrences" | 798 "event": "analysis.occurrences" |
| (...skipping 2486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3284 <p> | 3285 <p> |
| 3285 This section contains a list of all of the errors that are | 3286 This section contains a list of all of the errors that are |
| 3286 produced by the server and the data that is returned with each. | 3287 produced by the server and the data that is returned with each. |
| 3287 </p> | 3288 </p> |
| 3288 <p> | 3289 <p> |
| 3289 TBD | 3290 TBD |
| 3290 </p> | 3291 </p> |
| 3291 | 3292 |
| 3292 | 3293 |
| 3293 </body></html> | 3294 </body></html> |
| OLD | NEW |