| 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 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2957 </dd><dt class="field"><b><i>canCreateGetter ( bool )</i></b></dt><dd> | 2957 </dd><dt class="field"><b><i>canCreateGetter ( bool )</i></b></dt><dd> |
| 2958 | 2958 |
| 2959 <p> | 2959 <p> |
| 2960 True if a getter could be created rather than a method. | 2960 True if a getter could be created rather than a method. |
| 2961 </p> | 2961 </p> |
| 2962 </dd><dt class="field"><b><i>parameters ( List<<a href="#type_Refac
toringMethodParameter">RefactoringMethodParameter</a>> )</i></b></dt><dd> | 2962 </dd><dt class="field"><b><i>parameters ( List<<a href="#type_Refac
toringMethodParameter">RefactoringMethodParameter</a>> )</i></b></dt><dd> |
| 2963 | 2963 |
| 2964 <p> | 2964 <p> |
| 2965 The proposed parameters for the method. | 2965 The proposed parameters for the method. |
| 2966 </p> | 2966 </p> |
| 2967 </dd><dt class="field"><b><i>occurrences ( int )</i></b></dt><dd> | |
| 2968 | |
| 2969 <p> | |
| 2970 The number of times the expression or statements occurs. | |
| 2971 </p> | |
| 2972 </dd><dt class="field"><b><i>offsets ( List<int> )</i></b></dt><
dd> | 2967 </dd><dt class="field"><b><i>offsets ( List<int> )</i></b></dt><
dd> |
| 2973 | 2968 |
| 2974 <p> | 2969 <p> |
| 2975 The offsets of the expressions or statements that would | 2970 The offsets of the expressions or statements that would |
| 2976 be replaced by an invocation of the method. | 2971 be replaced by an invocation of the method. |
| 2977 </p> | 2972 </p> |
| 2978 </dd><dt class="field"><b><i>lengths ( List<int> )</i></b></dt><
dd> | 2973 </dd><dt class="field"><b><i>lengths ( List<int> )</i></b></dt><
dd> |
| 2979 | 2974 |
| 2980 <p> | 2975 <p> |
| 2981 The lengths of the expressions or statements that would | 2976 The lengths of the expressions or statements that would |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3097 <p> | 3092 <p> |
| 3098 This section contains a list of all of the errors that are | 3093 This section contains a list of all of the errors that are |
| 3099 produced by the server and the data that is returned with each. | 3094 produced by the server and the data that is returned with each. |
| 3100 </p> | 3095 </p> |
| 3101 <p> | 3096 <p> |
| 3102 TBD | 3097 TBD |
| 3103 </p> | 3098 </p> |
| 3104 | 3099 |
| 3105 | 3100 |
| 3106 </body></html> | 3101 </body></html> |
| OLD | NEW |