![]() |
Flutter Engine
The Flutter Engine
|
Public Member Functions | |
InstanceRefToString (Isolate isolate, VmService service, OpLatch latch) | |
String | toString (InstanceRef ref) |
Utility class for converting InstanceRef
to a human readable string.
Definition at line 28 of file InstanceRefToString.java.
|
inline |
Construct a new instance for converting one or more InstanceRef
to human readable strings. Specify an OpLatch
so that this class can update the expiration time for any waiting thread as it makes VmService
class to obtain details about each InstanceRef
.
Definition at line 39 of file InstanceRefToString.java.
|
inline |
Return a human readable string for the given InstanceRef
.
Definition at line 48 of file InstanceRefToString.java.