RenameFeedback class

Feedback class for the RENAME refactoring.

Inheritance

Constructors

RenameFeedback(int offset, int length, String elementKindName, String oldName)

Properties

elementKindName String
The human-readable description of the kind of element being renamed (such as "class" or "function type alias").
final
hashCode int
The hash code for this object.
no setterinherited
length int
The length of the name selected to be renamed.
final
offset int
The offset to the beginning of the name selected to be renamed, or -1 if the name does not exist yet.
final
oldName String
The old name of the element before the refactoring.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

parse(Map m) RenameFeedback
override