| 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 2803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2814 </dd></dl></dd><dt class="typeDefinition"><a name="type_SourceFileEdit
">SourceFileEdit: object</a></dt><dd> | 2814 </dd></dl></dd><dt class="typeDefinition"><a name="type_SourceFileEdit
">SourceFileEdit: object</a></dt><dd> |
| 2815 <p> | 2815 <p> |
| 2816 A description of a set of changes to a single file. | 2816 A description of a set of changes to a single file. |
| 2817 </p> | 2817 </p> |
| 2818 | 2818 |
| 2819 <dl><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> )
</i></b></dt><dd> | 2819 <dl><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> )
</i></b></dt><dd> |
| 2820 | 2820 |
| 2821 <p> | 2821 <p> |
| 2822 The file containing the code to be modified. | 2822 The file containing the code to be modified. |
| 2823 </p> | 2823 </p> |
| 2824 </dd><dt class="field"><b><i>time ( int )</i></b></dt><dd> |
| 2825 |
| 2826 <p> |
| 2827 The time in milliseconds since the "Unix epoch" when this change |
| 2828 was created. The client may use it to make sure that the file was |
| 2829 not changed since then, so it is safe to apply the change. |
| 2830 </p> |
| 2824 </dd><dt class="field"><b><i>edits ( List<<a href="#type_SourceEdit
">SourceEdit</a>> )</i></b></dt><dd> | 2831 </dd><dt class="field"><b><i>edits ( List<<a href="#type_SourceEdit
">SourceEdit</a>> )</i></b></dt><dd> |
| 2825 | 2832 |
| 2826 <p> | 2833 <p> |
| 2827 A list of the edits used to effect the change. | 2834 A list of the edits used to effect the change. |
| 2828 </p> | 2835 </p> |
| 2829 </dd></dl></dd><dt class="typeDefinition"><a name="type_TypeHierarchyI
tem">TypeHierarchyItem: object</a></dt><dd> | 2836 </dd></dl></dd><dt class="typeDefinition"><a name="type_TypeHierarchyI
tem">TypeHierarchyItem: object</a></dt><dd> |
| 2830 <p> | 2837 <p> |
| 2831 A representation of a class in a type hierarchy. | 2838 A representation of a class in a type hierarchy. |
| 2832 </p> | 2839 </p> |
| 2833 | 2840 |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3177 <p> | 3184 <p> |
| 3178 This section contains a list of all of the errors that are | 3185 This section contains a list of all of the errors that are |
| 3179 produced by the server and the data that is returned with each. | 3186 produced by the server and the data that is returned with each. |
| 3180 </p> | 3187 </p> |
| 3181 <p> | 3188 <p> |
| 3182 TBD | 3189 TBD |
| 3183 </p> | 3190 </p> |
| 3184 | 3191 |
| 3185 | 3192 |
| 3186 </body></html> | 3193 </body></html> |
| OLD | NEW |