OLD | NEW |
1 | 1 |
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.2.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.2.0</version></h1> |
10 <p> | 10 <p> |
(...skipping 2282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2293 </type> | 2293 </type> |
2294 <type name="ElementKind"> | 2294 <type name="ElementKind"> |
2295 <p> | 2295 <p> |
2296 An enumeration of the kinds of elements. | 2296 An enumeration of the kinds of elements. |
2297 </p> | 2297 </p> |
2298 <enum> | 2298 <enum> |
2299 <value><code>CLASS</code></value> | 2299 <value><code>CLASS</code></value> |
2300 <value><code>CLASS_TYPE_ALIAS</code></value> | 2300 <value><code>CLASS_TYPE_ALIAS</code></value> |
2301 <value><code>COMPILATION_UNIT</code></value> | 2301 <value><code>COMPILATION_UNIT</code></value> |
2302 <value><code>CONSTRUCTOR</code></value> | 2302 <value><code>CONSTRUCTOR</code></value> |
| 2303 <value><code>ENUM</code></value> |
| 2304 <value><code>ENUM_CONSTANT</code></value> |
2303 <value><code>FIELD</code></value> | 2305 <value><code>FIELD</code></value> |
2304 <value><code>FUNCTION</code></value> | 2306 <value><code>FUNCTION</code></value> |
2305 <value><code>FUNCTION_TYPE_ALIAS</code></value> | 2307 <value><code>FUNCTION_TYPE_ALIAS</code></value> |
2306 <value><code>GETTER</code></value> | 2308 <value><code>GETTER</code></value> |
2307 <value><code>LABEL</code></value> | 2309 <value><code>LABEL</code></value> |
2308 <value><code>LIBRARY</code></value> | 2310 <value><code>LIBRARY</code></value> |
2309 <value><code>LOCAL_VARIABLE</code></value> | 2311 <value><code>LOCAL_VARIABLE</code></value> |
2310 <value><code>METHOD</code></value> | 2312 <value><code>METHOD</code></value> |
2311 <value><code>PARAMETER</code></value> | 2313 <value><code>PARAMETER</code></value> |
2312 <value><code>PREFIX</code></value> | 2314 <value><code>PREFIX</code></value> |
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3839 <h2>Errors</h2> | 3841 <h2>Errors</h2> |
3840 <p> | 3842 <p> |
3841 This section contains a list of all of the errors that are | 3843 This section contains a list of all of the errors that are |
3842 produced by the server and the data that is returned with each. | 3844 produced by the server and the data that is returned with each. |
3843 </p> | 3845 </p> |
3844 <p> | 3846 <p> |
3845 TBD | 3847 TBD |
3846 </p> | 3848 </p> |
3847 </body> | 3849 </body> |
3848 </html> | 3850 </html> |
OLD | NEW |