Flutter Engine
The Flutter Engine
|
Public Member Functions | |
ExtractLocalVariableFeedback (int[] coveringExpressionOffsets, int[] coveringExpressionLengths, List< String > names, int[] offsets, int[] lengths) | |
boolean | equals (Object obj) |
int[] | getCoveringExpressionLengths () |
int[] | getCoveringExpressionOffsets () |
int[] | getLengths () |
List< String > | getNames () |
int[] | getOffsets () |
int | hashCode () |
JsonObject | toJson () |
String | toString () |
Public Member Functions inherited from org.dartlang.analysis.server.protocol.RefactoringFeedback | |
RefactoringFeedback () | |
boolean | equals (Object obj) |
int | hashCode () |
JsonObject | toJson () |
String | toString () |
Static Public Member Functions | |
static ExtractLocalVariableFeedback | fromJson (JsonObject jsonObject) |
static List< ExtractLocalVariableFeedback > | fromJsonArray (JsonArray jsonArray) |
static RefactoringFeedback | fromJson (JsonObject jsonObject) |
Static Public Attributes | |
static final ExtractLocalVariableFeedback[] | EMPTY_ARRAY = new ExtractLocalVariableFeedback[0] |
static final List< ExtractLocalVariableFeedback > | EMPTY_LIST = Lists.newArrayList() |
Static Public Attributes inherited from org.dartlang.analysis.server.protocol.RefactoringFeedback | |
static final RefactoringFeedback[] | EMPTY_ARRAY = new RefactoringFeedback[0] |
static final List< RefactoringFeedback > | EMPTY_LIST = Lists.newArrayList() |
@coverage dart.server.generated.types
Definition at line 30 of file ExtractLocalVariableFeedback.java.
|
inline |
Constructor for ExtractLocalVariableFeedback
.
Definition at line 68 of file ExtractLocalVariableFeedback.java.
|
inline |
Reimplemented from org.dartlang.analysis.server.protocol.RefactoringFeedback.
Definition at line 77 of file ExtractLocalVariableFeedback.java.
|
inlinestatic |
Reimplemented from org.dartlang.analysis.server.protocol.RefactoringFeedback.
Definition at line 90 of file ExtractLocalVariableFeedback.java.
|
inlinestatic |
Definition at line 99 of file ExtractLocalVariableFeedback.java.
|
inline |
The lengths of the expressions that cover the specified selection, from the down most to the up most.
Definition at line 115 of file ExtractLocalVariableFeedback.java.
|
inline |
The offsets of the expressions that cover the specified selection, from the down most to the up most.
Definition at line 123 of file ExtractLocalVariableFeedback.java.
|
inline |
The lengths of the expressions that would be replaced by a reference to the variable. The lengths correspond to the offsets. In other words, for a given expression, if the offset of that expression is offsets[i], then the length of that expression is lengths[i].
Definition at line 132 of file ExtractLocalVariableFeedback.java.
|
inline |
The proposed names for the local variable.
Definition at line 139 of file ExtractLocalVariableFeedback.java.
|
inline |
The offsets of the expressions that would be replaced by a reference to the variable.
Definition at line 146 of file ExtractLocalVariableFeedback.java.
|
inline |
Reimplemented from org.dartlang.analysis.server.protocol.RefactoringFeedback.
Definition at line 151 of file ExtractLocalVariableFeedback.java.
|
inline |
Reimplemented from org.dartlang.analysis.server.protocol.RefactoringFeedback.
Definition at line 161 of file ExtractLocalVariableFeedback.java.
|
inline |
Reimplemented from org.dartlang.analysis.server.protocol.RefactoringFeedback.
Definition at line 196 of file ExtractLocalVariableFeedback.java.
|
static |
Definition at line 32 of file ExtractLocalVariableFeedback.java.
|
static |
Definition at line 34 of file ExtractLocalVariableFeedback.java.