| OLD | NEW |
| 1 <html><head> | 1 <html><head> |
| 2 <meta charset="UTF-8"> | 2 <meta charset="UTF-8"> |
| 3 <title>Analysis Server API Specification</title> | 3 <title>Analysis Server API Specification</title> |
| 4 <style>body { | 4 <style>body { |
| 5 font-family: sans-serif, serif; | 5 font-family: sans-serif, serif; |
| 6 padding-left: 5%; | 6 padding-left: 5%; |
| 7 padding-right: 5%; | 7 padding-right: 5%; |
| 8 } | 8 } |
| 9 h1 { | 9 h1 { |
| 10 text-align: center; | 10 text-align: center; |
| (...skipping 3533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3544 </dd><dt class="field"><b><i>length ( int )</i></b></dt><dd> | 3544 </dd><dt class="field"><b><i>length ( int )</i></b></dt><dd> |
| 3545 | 3545 |
| 3546 <p> | 3546 <p> |
| 3547 The length of the expression or statements that will be | 3547 The length of the expression or statements that will be |
| 3548 extracted. | 3548 extracted. |
| 3549 </p> | 3549 </p> |
| 3550 </dd><dt class="field"><b><i>returnType ( String )</i></b></dt><dd> | 3550 </dd><dt class="field"><b><i>returnType ( String )</i></b></dt><dd> |
| 3551 | 3551 |
| 3552 <p> | 3552 <p> |
| 3553 The proposed return type for the method. | 3553 The proposed return type for the method. |
| 3554 If the returned element does not have a declared return type, |
| 3555 this field will contain an empty string. |
| 3554 </p> | 3556 </p> |
| 3555 </dd><dt class="field"><b><i>names ( List<String> )</i></b></dt>
<dd> | 3557 </dd><dt class="field"><b><i>names ( List<String> )</i></b></dt>
<dd> |
| 3556 | 3558 |
| 3557 <p> | 3559 <p> |
| 3558 The proposed names for the method. | 3560 The proposed names for the method. |
| 3559 </p> | 3561 </p> |
| 3560 </dd><dt class="field"><b><i>canCreateGetter ( bool )</i></b></dt><dd> | 3562 </dd><dt class="field"><b><i>canCreateGetter ( bool )</i></b></dt><dd> |
| 3561 | 3563 |
| 3562 <p> | 3564 <p> |
| 3563 True if a getter could be created rather than a method. | 3565 True if a getter could be created rather than a method. |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3756 <p> | 3758 <p> |
| 3757 This section contains a list of all of the errors that are | 3759 This section contains a list of all of the errors that are |
| 3758 produced by the server and the data that is returned with each. | 3760 produced by the server and the data that is returned with each. |
| 3759 </p> | 3761 </p> |
| 3760 <p> | 3762 <p> |
| 3761 TBD | 3763 TBD |
| 3762 </p> | 3764 </p> |
| 3763 | 3765 |
| 3764 | 3766 |
| 3765 </body></html> | 3767 </body></html> |
| OLD | NEW |