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.3.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.3.0</version></h1> |
10 <p> | 10 <p> |
(...skipping 3593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3604 <ref>int</ref> | 3604 <ref>int</ref> |
3605 <p> | 3605 <p> |
3606 The length of the expression or statements that will be | 3606 The length of the expression or statements that will be |
3607 extracted. | 3607 extracted. |
3608 </p> | 3608 </p> |
3609 </field> | 3609 </field> |
3610 <field name="returnType"> | 3610 <field name="returnType"> |
3611 <ref>String</ref> | 3611 <ref>String</ref> |
3612 <p> | 3612 <p> |
3613 The proposed return type for the method. | 3613 The proposed return type for the method. |
| 3614 If the returned element does not have a declared return type, |
| 3615 this field will contain an empty string. |
3614 </p> | 3616 </p> |
3615 </field> | 3617 </field> |
3616 <field name="names"> | 3618 <field name="names"> |
3617 <list><ref>String</ref></list> | 3619 <list><ref>String</ref></list> |
3618 <p> | 3620 <p> |
3619 The proposed names for the method. | 3621 The proposed names for the method. |
3620 </p> | 3622 </p> |
3621 </field> | 3623 </field> |
3622 <field name="canCreateGetter"> | 3624 <field name="canCreateGetter"> |
3623 <ref>bool</ref> | 3625 <ref>bool</ref> |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3853 <h2>Errors</h2> | 3855 <h2>Errors</h2> |
3854 <p> | 3856 <p> |
3855 This section contains a list of all of the errors that are | 3857 This section contains a list of all of the errors that are |
3856 produced by the server and the data that is returned with each. | 3858 produced by the server and the data that is returned with each. |
3857 </p> | 3859 </p> |
3858 <p> | 3860 <p> |
3859 TBD | 3861 TBD |
3860 </p> | 3862 </p> |
3861 </body> | 3863 </body> |
3862 </html> | 3864 </html> |
OLD | NEW |