| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta charset="UTF-8"/> | 3 <meta charset="UTF-8"/> |
| 4 <title>Analysis Server API Specification</title> | 4 <title>Analysis Server API Specification</title> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 <h1>Analysis Server API Specification</h1> | 7 <h1>Analysis Server API Specification</h1> |
| 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> | 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by | 10 This document contains a specification of the API provided by |
| (...skipping 1734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1745 <enum> | 1745 <enum> |
| 1746 <value><code>ARGUMENT_LIST</code></value> | 1746 <value><code>ARGUMENT_LIST</code></value> |
| 1747 <value><code>CLASS</code></value> | 1747 <value><code>CLASS</code></value> |
| 1748 <value><code>CLASS_ALIAS</code></value> | 1748 <value><code>CLASS_ALIAS</code></value> |
| 1749 <value><code>CONSTRUCTOR</code></value> | 1749 <value><code>CONSTRUCTOR</code></value> |
| 1750 <value><code>FIELD</code></value> | 1750 <value><code>FIELD</code></value> |
| 1751 <value><code>FUNCTION</code></value> | 1751 <value><code>FUNCTION</code></value> |
| 1752 <value><code>FUNCTION_TYPE_ALIAS</code></value> | 1752 <value><code>FUNCTION_TYPE_ALIAS</code></value> |
| 1753 <value><code>GETTER</code></value> | 1753 <value><code>GETTER</code></value> |
| 1754 <value><code>IMPORT</code></value> | 1754 <value><code>IMPORT</code></value> |
| 1755 <value><code>KEYWORD</code></value> |
| 1755 <value><code>LIBRARY_PREFIX</code></value> | 1756 <value><code>LIBRARY_PREFIX</code></value> |
| 1756 <value><code>LOCAL_VARIABLE</code></value> | 1757 <value><code>LOCAL_VARIABLE</code></value> |
| 1757 <value><code>METHOD</code></value> | 1758 <value><code>METHOD</code></value> |
| 1758 <value><code>METHOD_NAME</code></value> | 1759 <value><code>METHOD_NAME</code></value> |
| 1759 <value><code>NAMED_ARGUMENT</code></value> | 1760 <value><code>NAMED_ARGUMENT</code></value> |
| 1760 <value><code>OPTIONAL_ARGUMENT</code></value> | 1761 <value><code>OPTIONAL_ARGUMENT</code></value> |
| 1761 <value><code>PARAMETER</code></value> | 1762 <value><code>PARAMETER</code></value> |
| 1762 <value><code>SETTER</code></value> | 1763 <value><code>SETTER</code></value> |
| 1763 <value><code>TOP_LEVEL_VARIABLE</code></value> | 1764 <value><code>TOP_LEVEL_VARIABLE</code></value> |
| 1764 <value><code>TYPE_PARAMETER</code></value> | 1765 <value><code>TYPE_PARAMETER</code></value> |
| (...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3091 <h2>Errors</h2> | 3092 <h2>Errors</h2> |
| 3092 <p> | 3093 <p> |
| 3093 This section contains a list of all of the errors that are | 3094 This section contains a list of all of the errors that are |
| 3094 produced by the server and the data that is returned with each. | 3095 produced by the server and the data that is returned with each. |
| 3095 </p> | 3096 </p> |
| 3096 <p> | 3097 <p> |
| 3097 TBD | 3098 TBD |
| 3098 </p> | 3099 </p> |
| 3099 </body> | 3100 </body> |
| 3100 </html> | 3101 </html> |
| OLD | NEW |