Flutter Engine
The Flutter Engine
|
Public Member Functions | |
Location (String file, int offset, int length, int startLine, int startColumn, Integer endLine, Integer endColumn) | |
boolean | equals (Object obj) |
Integer | getEndColumn () |
Integer | getEndLine () |
String | getFile () |
int | getLength () |
int | getOffset () |
int | getStartColumn () |
int | getStartLine () |
int | hashCode () |
JsonObject | toJson () |
String | toString () |
Static Public Member Functions | |
static Location | fromJson (JsonObject jsonObject) |
static List< Location > | fromJsonArray (JsonArray jsonArray) |
Static Public Attributes | |
static final Location[] | EMPTY_ARRAY = new Location[0] |
static final List< Location > | EMPTY_LIST = Lists.newArrayList() |
A location (character range) within a file.
@coverage dart.server.generated.types
Definition at line 32 of file Location.java.
|
inline |
Constructor for Location
.
Definition at line 76 of file Location.java.
|
inline |
Definition at line 87 of file Location.java.
|
inlinestatic |
Definition at line 102 of file Location.java.
|
inlinestatic |
Definition at line 113 of file Location.java.
|
inline |
The one-based index of the column containing the character immediately following the range.
Definition at line 128 of file Location.java.
|
inline |
The one-based index of the line containing the character immediately following the range.
Definition at line 135 of file Location.java.
|
inline |
The file containing the range.
Definition at line 142 of file Location.java.
|
inline |
The length of the range.
Definition at line 149 of file Location.java.
|
inline |
The offset of the range.
Definition at line 156 of file Location.java.
|
inline |
The one-based index of the column containing the first character of the range.
Definition at line 163 of file Location.java.
|
inline |
The one-based index of the line containing the first character of the range.
Definition at line 170 of file Location.java.
|
inline |
|
inline |
Definition at line 187 of file Location.java.
|
inline |
Definition at line 204 of file Location.java.
|
static |
Definition at line 34 of file Location.java.
|
static |
Definition at line 36 of file Location.java.