Flutter Engine
The Flutter Engine
|
Public Member Functions | |
SourceChange (String message, List< SourceFileEdit > edits, List< LinkedEditGroup > linkedEditGroups, Position selection, Integer selectionLength, String id) | |
boolean | equals (Object obj) |
List< SourceFileEdit > | getEdits () |
String | getId () |
List< LinkedEditGroup > | getLinkedEditGroups () |
String | getMessage () |
Position | getSelection () |
Integer | getSelectionLength () |
int | hashCode () |
JsonObject | toJson () |
String | toString () |
Static Public Member Functions | |
static SourceChange | fromJson (JsonObject jsonObject) |
static List< SourceChange > | fromJsonArray (JsonArray jsonArray) |
Static Public Attributes | |
static final SourceChange[] | EMPTY_ARRAY = new SourceChange[0] |
static final List< SourceChange > | EMPTY_LIST = Lists.newArrayList() |
A description of a set of edits that implement a single conceptual change.
@coverage dart.server.generated.types
Definition at line 32 of file SourceChange.java.
|
inline |
Constructor for SourceChange
.
Definition at line 76 of file SourceChange.java.
|
inline |
Definition at line 86 of file SourceChange.java.
|
inlinestatic |
Definition at line 100 of file SourceChange.java.
|
inlinestatic |
Definition at line 110 of file SourceChange.java.
|
inline |
A list of the edits used to effect the change, grouped by file.
Definition at line 125 of file SourceChange.java.
|
inline |
The optional identifier of the change kind. The identifier remains stable even if the message changes, or is parameterized.
Definition at line 133 of file SourceChange.java.
|
inline |
A list of the linked editing groups used to customize the changes that were made.
Definition at line 140 of file SourceChange.java.
|
inline |
A human-readable description of the change to be applied.
If this change includes multiple edits made for different reasons (such as during a bulk fix operation), the individual items in edits may contain more specific descriptions.
Definition at line 150 of file SourceChange.java.
|
inline |
The position that should be selected after the edits have been applied.
Definition at line 157 of file SourceChange.java.
|
inline |
The length of the selection (starting at Position) that should be selected after the edits have been applied.
Definition at line 165 of file SourceChange.java.
|
inline |
|
inline |
Definition at line 181 of file SourceChange.java.
|
inline |
Definition at line 207 of file SourceChange.java.
|
static |
Definition at line 34 of file SourceChange.java.
|
static |
Definition at line 36 of file SourceChange.java.