Flutter Engine
The Flutter Engine
|
Public Member Functions | |
NavigationTarget (String kind, int fileIndex, int offset, int length, int startLine, int startColumn, Integer codeOffset, Integer codeLength) | |
boolean | equals (Object obj) |
String | getFile () |
Integer | getCodeLength () |
Integer | getCodeOffset () |
int | getFileIndex () |
String | getKind () |
int | getLength () |
int | getOffset () |
int | getStartColumn () |
int | getStartLine () |
int | hashCode () |
void | lookupFile (String[] allTargetFiles) |
JsonObject | toJson () |
String | toString () |
Static Public Member Functions | |
static NavigationTarget | fromJson (JsonObject jsonObject) |
static List< NavigationTarget > | fromJsonArray (JsonArray jsonArray) |
Static Public Attributes | |
static final NavigationTarget[] | EMPTY_ARRAY = new NavigationTarget[0] |
static final List< NavigationTarget > | EMPTY_LIST = Lists.newArrayList() |
A description of a target to which the user can navigate.
@coverage dart.server.generated.types
Definition at line 32 of file NavigationTarget.java.
|
inline |
Constructor for NavigationTarget
.
Definition at line 83 of file NavigationTarget.java.
|
inline |
Definition at line 95 of file NavigationTarget.java.
|
inlinestatic |
Definition at line 111 of file NavigationTarget.java.
|
inlinestatic |
Definition at line 123 of file NavigationTarget.java.
|
inline |
The length of the target code to which the user can navigate.
Definition at line 142 of file NavigationTarget.java.
|
inline |
The offset of the target code to which the user can navigate.
Definition at line 149 of file NavigationTarget.java.
|
inline |
Definition at line 135 of file NavigationTarget.java.
|
inline |
The index of the file (in the enclosing navigation response) to navigate to.
Definition at line 156 of file NavigationTarget.java.
|
inline |
The kind of the element.
Definition at line 163 of file NavigationTarget.java.
|
inline |
The length of the name of the target to which the user can navigate.
Definition at line 170 of file NavigationTarget.java.
|
inline |
The offset of the name of the target to which the user can navigate.
Definition at line 177 of file NavigationTarget.java.
|
inline |
The one-based index of the column containing the first character of the name of the target.
Definition at line 184 of file NavigationTarget.java.
|
inline |
The one-based index of the line containing the first character of the name of the target.
Definition at line 191 of file NavigationTarget.java.
|
inline |
Definition at line 196 of file NavigationTarget.java.
|
inline |
Definition at line 209 of file NavigationTarget.java.
|
inline |
Definition at line 213 of file NavigationTarget.java.
|
inline |
Definition at line 231 of file NavigationTarget.java.
|
static |
Definition at line 34 of file NavigationTarget.java.
|
static |
Definition at line 36 of file NavigationTarget.java.