OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="UTF-8"/> | 4 <meta charset="UTF-8"/> |
5 <title>Analysis Server API Specification</title> | 5 <title>Analysis Server API Specification</title> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <h1>Analysis Server API Specification</h1> | 8 <h1>Analysis Server API Specification</h1> |
9 <h1 style="color:#999999">Version <version>1.14.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.14.0</version></h1> |
10 <p> | 10 <p> |
(...skipping 2603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2614 <value><code>GETTER</code></value> | 2614 <value><code>GETTER</code></value> |
2615 <value><code>LABEL</code></value> | 2615 <value><code>LABEL</code></value> |
2616 <value><code>LIBRARY</code></value> | 2616 <value><code>LIBRARY</code></value> |
2617 <value><code>LOCAL_VARIABLE</code></value> | 2617 <value><code>LOCAL_VARIABLE</code></value> |
2618 <value><code>METHOD</code></value> | 2618 <value><code>METHOD</code></value> |
2619 <value><code>PARAMETER</code></value> | 2619 <value><code>PARAMETER</code></value> |
2620 <value><code>PREFIX</code></value> | 2620 <value><code>PREFIX</code></value> |
2621 <value><code>SETTER</code></value> | 2621 <value><code>SETTER</code></value> |
2622 <value><code>TOP_LEVEL_VARIABLE</code></value> | 2622 <value><code>TOP_LEVEL_VARIABLE</code></value> |
2623 <value><code>TYPE_PARAMETER</code></value> | 2623 <value><code>TYPE_PARAMETER</code></value> |
2624 <value><code>UNIT_TEST_GROUP</code></value> | 2624 <value> |
2625 <value><code>UNIT_TEST_TEST</code></value> | 2625 <code>UNIT_TEST_GROUP</code> |
| 2626 <p><b><i>Deprecated</i></b>: support for tests was removed.</p> |
| 2627 </value> |
| 2628 <value> |
| 2629 <code>UNIT_TEST_TEST</code> |
| 2630 <p><b><i>Deprecated</i></b>: support for tests was removed.</p> |
| 2631 </value> |
2626 <value><code>UNKNOWN</code></value> | 2632 <value><code>UNKNOWN</code></value> |
2627 </enum> | 2633 </enum> |
2628 </type> | 2634 </type> |
2629 <type name="ExecutableFile"> | 2635 <type name="ExecutableFile"> |
2630 <p> | 2636 <p> |
2631 A description of an executable file. | 2637 A description of an executable file. |
2632 </p> | 2638 </p> |
2633 <object> | 2639 <object> |
2634 <field name="file"> | 2640 <field name="file"> |
2635 <ref>FilePath</ref> | 2641 <ref>FilePath</ref> |
(...skipping 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4475 This section contains a list of all of the errors that are | 4481 This section contains a list of all of the errors that are |
4476 produced by the server and the data that is returned with each. | 4482 produced by the server and the data that is returned with each. |
4477 </p> | 4483 </p> |
4478 <p> | 4484 <p> |
4479 TBD | 4485 TBD |
4480 </p> | 4486 </p> |
4481 <h2 class="domain"><a name="index">Index</a></h2> | 4487 <h2 class="domain"><a name="index">Index</a></h2> |
4482 <index></index> | 4488 <index></index> |
4483 </body> | 4489 </body> |
4484 </html> | 4490 </html> |
OLD | NEW |