Flutter Engine
The Flutter Engine
|
Public Member Functions | |
NavigationRegion (int offset, int length, int[] targets) | |
boolean | containsInclusive (int x) |
boolean | equals (Object obj) |
List< NavigationTarget > | getTargetObjects () |
int | getLength () |
int | getOffset () |
int[] | getTargets () |
int | hashCode () |
void | lookupTargets (List< NavigationTarget > allTargets) |
JsonObject | toJson () |
String | toString () |
Static Public Member Functions | |
static NavigationRegion | fromJson (JsonObject jsonObject) |
static List< NavigationRegion > | fromJsonArray (JsonArray jsonArray) |
Static Public Attributes | |
static final NavigationRegion[] | EMPTY_ARRAY = new NavigationRegion[0] |
static final List< NavigationRegion > | EMPTY_LIST = Lists.newArrayList() |
A description of a region from which the user can navigate to the declaration of an element.
@coverage dart.server.generated.types
Definition at line 32 of file NavigationRegion.java.
|
inline |
Constructor for NavigationRegion
.
Definition at line 60 of file NavigationRegion.java.
|
inline |
Definition at line 66 of file NavigationRegion.java.
|
inline |
Definition at line 71 of file NavigationRegion.java.
|
inlinestatic |
Definition at line 82 of file NavigationRegion.java.
|
inlinestatic |
Definition at line 89 of file NavigationRegion.java.
|
inline |
The length of the region from which the user can navigate.
Definition at line 108 of file NavigationRegion.java.
|
inline |
The offset of the region from which the user can navigate.
Definition at line 115 of file NavigationRegion.java.
|
inline |
Definition at line 101 of file NavigationRegion.java.
|
inline |
The indexes of the targets (in the enclosing navigation response) to which the given region is bound. By opening the target, clients can implement one form of navigation. This list cannot be empty.
Definition at line 124 of file NavigationRegion.java.
|
inline |
Definition at line 129 of file NavigationRegion.java.
|
inline |
Definition at line 137 of file NavigationRegion.java.
|
inline |
Definition at line 145 of file NavigationRegion.java.
|
inline |
Definition at line 158 of file NavigationRegion.java.
|
static |
Definition at line 34 of file NavigationRegion.java.
|
static |
Definition at line 36 of file NavigationRegion.java.