Flutter Engine
The Flutter Engine
|
Public Member Functions | |
ImplementedClass (int offset, int length) | |
boolean | equals (Object obj) |
int | getLength () |
int | getOffset () |
int | hashCode () |
JsonObject | toJson () |
String | toString () |
Static Public Member Functions | |
static ImplementedClass | fromJson (JsonObject jsonObject) |
static List< ImplementedClass > | fromJsonArray (JsonArray jsonArray) |
Static Public Attributes | |
static final ImplementedClass[] | EMPTY_ARRAY = new ImplementedClass[0] |
static final List< ImplementedClass > | EMPTY_LIST = Lists.newArrayList() |
A description of a class that is implemented or extended.
@coverage dart.server.generated.types
Definition at line 32 of file ImplementedClass.java.
|
inline |
Constructor for ImplementedClass
.
Definition at line 51 of file ImplementedClass.java.
|
inline |
Definition at line 57 of file ImplementedClass.java.
|
inlinestatic |
Definition at line 67 of file ImplementedClass.java.
|
inlinestatic |
Definition at line 73 of file ImplementedClass.java.
|
inline |
The length of the name of the implemented class.
Definition at line 88 of file ImplementedClass.java.
|
inline |
The offset of the name of the implemented class.
Definition at line 95 of file ImplementedClass.java.
|
inline |
Definition at line 100 of file ImplementedClass.java.
|
inline |
Definition at line 107 of file ImplementedClass.java.
|
inline |
Definition at line 115 of file ImplementedClass.java.
|
static |
Definition at line 34 of file ImplementedClass.java.
|
static |
Definition at line 36 of file ImplementedClass.java.