Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: pkg/analysis_server/lib/src/services/refactoring/refactoring.dart

Issue 545943003: Include additional information into RenameFeedback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/lib/src/services/refactoring/refactoring.dart
diff --git a/pkg/analysis_server/lib/src/services/refactoring/refactoring.dart b/pkg/analysis_server/lib/src/services/refactoring/refactoring.dart
index 57844390194069c1dd1d47c124688fa3f77435cb..122d65b72d268bc5162c446b6c8b8dfc27fe7372 100644
--- a/pkg/analysis_server/lib/src/services/refactoring/refactoring.dart
+++ b/pkg/analysis_server/lib/src/services/refactoring/refactoring.dart
@@ -312,6 +312,12 @@ abstract class RenameRefactoring implements Refactoring {
}
/**
+ * Returns the human-readable description of the kind of element being renamed
+ * (such as “class” or “function type alias”).
+ */
+ String get elementKindName;
+
+ /**
* Sets the new name for the [Element].
*/
void set newName(String newName);
« no previous file with comments | « pkg/analysis_server/lib/src/generated_protocol.dart ('k') | pkg/analysis_server/lib/src/services/refactoring/rename.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698