| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index d27750b907b6cd5dd9dcabacb571bfd9079a9e0d..7cecb7771568b7404ecf63e19f9aa995c5206778 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -2933,6 +2933,7 @@ dt.typeDefinition {
|
|
|
|
|
|
|
| +
|
| <dl><dt class="refactoring">CONVERT_GETTER_TO_METHOD</dt><dd>
|
| <p>
|
| Convert a getter into a method by removing the keyword get
|
| @@ -3163,6 +3164,26 @@ dt.typeDefinition {
|
| or false if only the invocation site used to create this
|
| refactoring should be inlined.
|
| </p>
|
| + </dd></dl></dd><dt class="refactoring">MOVE_FILE</dt><dd>
|
| + <p>
|
| + Move the given file and update all of the references to that file
|
| + and from it. The move operation is supported in general case - for
|
| + renaming a file in the same folder, moving it to a different folder
|
| + or both.
|
| + </p>
|
| + <p>
|
| + The refactoring must be activated before an actual file moving
|
| + operation is performed.
|
| + </p>
|
| + <p>
|
| + The "offset" and "length" fields are ignored.
|
| + </p>
|
| +
|
| + <h4>Feedback</h4><p>none</p><h4>Options</h4><dl><dt class="field"><b><i>newFile ( <a href="#type_FilePath">FilePath</a> )</i></b></dt><dd>
|
| +
|
| + <p>
|
| + The new file path to which the given file is being moved.
|
| + </p>
|
| </dd></dl></dd><dt class="refactoring">RENAME</dt><dd>
|
| <p>
|
| Rename a given element and all of the references to that
|
|
|