| 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 3149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3160 </refactoring> | 3160 </refactoring> |
| 3161 <refactoring kind="INLINE_LOCAL_VARIABLE"> | 3161 <refactoring kind="INLINE_LOCAL_VARIABLE"> |
| 3162 <p> | 3162 <p> |
| 3163 Inline the initializer expression of a local variable in | 3163 Inline the initializer expression of a local variable in |
| 3164 place of any references to that variable. | 3164 place of any references to that variable. |
| 3165 </p> | 3165 </p> |
| 3166 <p> | 3166 <p> |
| 3167 It is an error if the range contains anything other than all | 3167 It is an error if the range contains anything other than all |
| 3168 or part of the name of a single local variable. | 3168 or part of the name of a single local variable. |
| 3169 </p> | 3169 </p> |
| 3170 <feedback> |
| 3171 <field name="name"> |
| 3172 <ref>String</ref> |
| 3173 <p> |
| 3174 The name of the variable being inlined. |
| 3175 </p> |
| 3176 </field> |
| 3177 <field name="occurrences"> |
| 3178 <ref>int</ref> |
| 3179 <p> |
| 3180 The number of times the variable occurs. |
| 3181 </p> |
| 3182 </field> |
| 3183 </feedback> |
| 3170 </refactoring> | 3184 </refactoring> |
| 3171 <refactoring kind="INLINE_METHOD"> | 3185 <refactoring kind="INLINE_METHOD"> |
| 3172 <p> | 3186 <p> |
| 3173 Inline a method in place of one or all references to that | 3187 Inline a method in place of one or all references to that |
| 3174 method. | 3188 method. |
| 3175 </p> | 3189 </p> |
| 3176 <p> | 3190 <p> |
| 3177 It is an error if the range contains anything other than all | 3191 It is an error if the range contains anything other than all |
| 3178 or part of the name of a single method. | 3192 or part of the name of a single method. |
| 3179 </p> | 3193 </p> |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3250 <h2>Errors</h2> | 3264 <h2>Errors</h2> |
| 3251 <p> | 3265 <p> |
| 3252 This section contains a list of all of the errors that are | 3266 This section contains a list of all of the errors that are |
| 3253 produced by the server and the data that is returned with each. | 3267 produced by the server and the data that is returned with each. |
| 3254 </p> | 3268 </p> |
| 3255 <p> | 3269 <p> |
| 3256 TBD | 3270 TBD |
| 3257 </p> | 3271 </p> |
| 3258 </body> | 3272 </body> |
| 3259 </html> | 3273 </html> |
| OLD | NEW |