InlineMethodFeedback class

Feedback class for the INLINE_METHOD refactoring.

Inheritance

Constructors

InlineMethodFeedback(String methodName, bool isDeclaration, {String? className})

Properties

className String?
The name of the class enclosing the method being inlined. If not a class member is being inlined, this field will be absent.
final
hashCode int
The hash code for this object.
no setterinherited
isDeclaration bool
True if the declaration of the method is selected. So all references should be inlined.
final
methodName String
The name of the method (or function) being inlined.
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) InlineMethodFeedback
override