| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index d88f9d2f49289d489854bc87a166f24d773f3a72..bbd3400661059fe970f7815c1c3117a7e8db89df 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -3118,6 +3118,18 @@ dt.typeDefinition {
|
| <p>
|
| The length of the name selected to be renamed.
|
| </p>
|
| + </dd><dt class="field"><b><i>elementKindName ( String )</i></b></dt><dd>
|
| +
|
| + <p>
|
| + The human-readable description of the kind of element being
|
| + renamed (such as “class” or “function type
|
| + alias”).
|
| + </p>
|
| + </dd><dt class="field"><b><i>oldName ( String )</i></b></dt><dd>
|
| +
|
| + <p>
|
| + The old name of the element before the refactoring.
|
| + </p>
|
| </dd></dl><h4>Options</h4><dl><dt class="field"><b><i>newName ( String )</i></b></dt><dd>
|
|
|
| <p>
|
|
|