Flutter Engine
The Flutter Engine
|
Public Member Functions | |
Occurrences (Element element, int[] offsets, int length) | |
boolean | containsInclusive (int x) |
boolean | equals (Object obj) |
Element | getElement () |
int | getLength () |
int[] | getOffsets () |
int | hashCode () |
JsonObject | toJson () |
String | toString () |
Static Public Member Functions | |
static Occurrences | fromJson (JsonObject jsonObject) |
static List< Occurrences > | fromJsonArray (JsonArray jsonArray) |
Static Public Attributes | |
static final Occurrences[] | EMPTY_ARRAY = new Occurrences[0] |
static final List< Occurrences > | EMPTY_LIST = Lists.newArrayList() |
A description of the references to a single element within a single file.
@coverage dart.server.generated.types
Definition at line 32 of file Occurrences.java.
|
inline |
Constructor for Occurrences
.
Definition at line 56 of file Occurrences.java.
|
inline |
Definition at line 62 of file Occurrences.java.
|
inline |
Definition at line 72 of file Occurrences.java.
|
inlinestatic |
Definition at line 83 of file Occurrences.java.
|
inlinestatic |
Definition at line 90 of file Occurrences.java.
|
inline |
The element that was referenced.
Definition at line 105 of file Occurrences.java.
|
inline |
The length of the name of the referenced element.
Definition at line 112 of file Occurrences.java.
|
inline |
The offsets of the name of the referenced element within the file.
Definition at line 119 of file Occurrences.java.
|
inline |
Definition at line 124 of file Occurrences.java.
|
inline |
Definition at line 132 of file Occurrences.java.
|
inline |
Definition at line 145 of file Occurrences.java.
|
static |
Definition at line 34 of file Occurrences.java.
|
static |
Definition at line 36 of file Occurrences.java.