| 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 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2437 </p> | 2437 </p> |
| 2438 </field> | 2438 </field> |
| 2439 <field name="offset"> | 2439 <field name="offset"> |
| 2440 <ref>int</ref> | 2440 <ref>int</ref> |
| 2441 <p> | 2441 <p> |
| 2442 The offset of the position. | 2442 The offset of the position. |
| 2443 </p> | 2443 </p> |
| 2444 </field> | 2444 </field> |
| 2445 </object> | 2445 </object> |
| 2446 </type> | 2446 </type> |
| 2447 <type name="RefactoringId"> | |
| 2448 <ref>String</ref> | |
| 2449 <p> | |
| 2450 An identifier used to refer to a refactoring operation. | |
| 2451 </p> | |
| 2452 </type> | |
| 2453 <type name="RefactoringKind"> | 2447 <type name="RefactoringKind"> |
| 2454 <p> | 2448 <p> |
| 2455 An enumeration of the kinds of refactorings that can be | 2449 An enumeration of the kinds of refactorings that can be |
| 2456 created. | 2450 created. |
| 2457 </p> | 2451 </p> |
| 2458 <enum> | 2452 <enum> |
| 2459 <value><code>CONVERT_GETTER_TO_METHOD</code></value> | 2453 <value><code>CONVERT_GETTER_TO_METHOD</code></value> |
| 2460 <value><code>CONVERT_METHOD_TO_GETTER</code></value> | 2454 <value><code>CONVERT_METHOD_TO_GETTER</code></value> |
| 2461 <value><code>EXTRACT_LOCAL_VARIABLE</code></value> | 2455 <value><code>EXTRACT_LOCAL_VARIABLE</code></value> |
| 2462 <value><code>EXTRACT_METHOD</code></value> | 2456 <value><code>EXTRACT_METHOD</code></value> |
| (...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3023 <h2>Errors</h2> | 3017 <h2>Errors</h2> |
| 3024 <p> | 3018 <p> |
| 3025 This section contains a list of all of the errors that are | 3019 This section contains a list of all of the errors that are |
| 3026 produced by the server and the data that is returned with each. | 3020 produced by the server and the data that is returned with each. |
| 3027 </p> | 3021 </p> |
| 3028 <p> | 3022 <p> |
| 3029 TBD | 3023 TBD |
| 3030 </p> | 3024 </p> |
| 3031 </body> | 3025 </body> |
| 3032 </html> | 3026 </html> |
| OLD | NEW |