Flutter Engine
The Flutter Engine
|
Public Member Functions | |
LibraryPathSet (String scope, List< String > libraryPaths) | |
boolean | equals (Object obj) |
List< String > | getLibraryPaths () |
String | getScope () |
int | hashCode () |
JsonObject | toJson () |
String | toString () |
Static Public Member Functions | |
static LibraryPathSet | fromJson (JsonObject jsonObject) |
static List< LibraryPathSet > | fromJsonArray (JsonArray jsonArray) |
Static Public Attributes | |
static final LibraryPathSet[] | EMPTY_ARRAY = new LibraryPathSet[0] |
static final List< LibraryPathSet > | EMPTY_LIST = Lists.newArrayList() |
A list of associations between paths and the libraries that should be included for code completion when editing a file beneath that path.
@coverage dart.server.generated.types
Definition at line 33 of file LibraryPathSet.java.
|
inline |
Constructor for LibraryPathSet
.
Definition at line 54 of file LibraryPathSet.java.
|
inline |
Definition at line 60 of file LibraryPathSet.java.
|
inlinestatic |
Definition at line 70 of file LibraryPathSet.java.
|
inlinestatic |
Definition at line 76 of file LibraryPathSet.java.
|
inline |
The paths of the libraries of interest to the client for completion suggestions.
Definition at line 91 of file LibraryPathSet.java.
|
inline |
The filepath for which this request's libraries should be active in completion suggestions. This object associates filesystem regions to libraries and library directories of interest to the client.
Definition at line 100 of file LibraryPathSet.java.
|
inline |
Definition at line 105 of file LibraryPathSet.java.
|
inline |
Definition at line 112 of file LibraryPathSet.java.
|
inline |
Definition at line 124 of file LibraryPathSet.java.
|
static |
Definition at line 35 of file LibraryPathSet.java.
|
static |
Definition at line 37 of file LibraryPathSet.java.