Flutter Engine
The Flutter Engine
|
Public Member Functions | |
ClosingLabel (int offset, int length, String label) | |
boolean | equals (Object obj) |
String | getLabel () |
int | getLength () |
int | getOffset () |
int | hashCode () |
JsonObject | toJson () |
String | toString () |
Static Public Member Functions | |
static ClosingLabel | fromJson (JsonObject jsonObject) |
static List< ClosingLabel > | fromJsonArray (JsonArray jsonArray) |
Static Public Attributes | |
static final ClosingLabel[] | EMPTY_ARRAY = new ClosingLabel[0] |
static final List< ClosingLabel > | EMPTY_LIST = Lists.newArrayList() |
A label that is associated with a range of code that may be useful to render at the end of the range to aid code readability. For example, a constructor call that spans multiple lines may result in a closing label to allow the constructor type/name to be rendered alongside the closing parenthesis.
@coverage dart.server.generated.types
Definition at line 35 of file ClosingLabel.java.
|
inline |
Constructor for ClosingLabel
.
Definition at line 59 of file ClosingLabel.java.
|
inline |
Definition at line 66 of file ClosingLabel.java.
|
inlinestatic |
Definition at line 77 of file ClosingLabel.java.
|
inlinestatic |
Definition at line 84 of file ClosingLabel.java.
|
inline |
The label associated with this range that should be displayed to the user.
Definition at line 99 of file ClosingLabel.java.
|
inline |
The length of the whole construct to be labelled.
Definition at line 106 of file ClosingLabel.java.
|
inline |
The offset of the construct being labelled.
Definition at line 113 of file ClosingLabel.java.
|
inline |
Definition at line 118 of file ClosingLabel.java.
|
inline |
Definition at line 126 of file ClosingLabel.java.
|
inline |
Definition at line 135 of file ClosingLabel.java.
|
static |
Definition at line 37 of file ClosingLabel.java.
|
static |
Definition at line 39 of file ClosingLabel.java.