- label() - Method in interface com.sun.jdi.connect.Connector.Argument
-
Returns a short human-readable label for this argument.
- launch(Map<String, ? extends Connector.Argument>) - Method in interface com.sun.jdi.connect.LaunchingConnector
-
Launches an application and connects to its VM.
- LaunchingConnector - Interface in com.sun.jdi.connect
-
A connector which can launch a target VM before connecting to it.
- launchingConnectors() - Method in interface com.sun.jdi.VirtualMachineManager
-
- length() - Method in interface com.sun.jdi.ArrayReference
-
Returns the number of components in this array.
- lineNumber() - Method in interface com.sun.jdi.Location
-
Gets the line number of this Location.
- lineNumber(String) - Method in interface com.sun.jdi.Location
-
The line number of this Location.
- ListeningConnector - Interface in com.sun.jdi.connect
-
A connector which listens for a connection initiated by a target VM.
- listeningConnectors() - Method in interface com.sun.jdi.VirtualMachineManager
-
- ListenKey() - Constructor for class com.sun.jdi.connect.spi.TransportService.ListenKey
-
- LocalVariable - Interface in com.sun.jdi
-
A local variable in the target VM.
- Locatable - Interface in com.sun.jdi
-
- LocatableEvent - Interface in com.sun.jdi.event
-
Abstract superinterface of events which have both location
and thread.
- location() - Method in interface com.sun.jdi.Locatable
-
Returns the
Location
of this mirror, if there is
executable code associated with it.
- location() - Method in interface com.sun.jdi.Method
-
Returns the
Location
of this method, if there
is executable code associated with it.
- location() - Method in interface com.sun.jdi.request.BreakpointRequest
-
Returns the location of the requested breakpoint.
- location() - Method in interface com.sun.jdi.StackFrame
-
Returns the
Location
of the current instruction in the frame.
- Location - Interface in com.sun.jdi
-
A point within the executing code of the target VM.
- locationOfCodeIndex(long) - Method in interface com.sun.jdi.Method
-
Returns a
Location
for the given code index.
- locationsOfLine(int) - Method in interface com.sun.jdi.Method
-
Returns a List containing all
Location
objects
that map to the given line number.
- locationsOfLine(int) - Method in interface com.sun.jdi.ReferenceType
-
Returns a List containing all
Location
objects
that map to the given line number.
- locationsOfLine(String, String, int) - Method in interface com.sun.jdi.Method
-
Returns a List containing all
Location
objects
that map to the given line number and source name.
- locationsOfLine(String, String, int) - Method in interface com.sun.jdi.ReferenceType
-
Returns a List containing all
Location
objects
that map to the given line number.
- LongType - Interface in com.sun.jdi
-
The type of all primitive long
values
accessed in the target VM.
- longValue() - Method in interface com.sun.jdi.PrimitiveValue
-
Converts this value to a LongValue and returns the result
as a long.
- LongValue - Interface in com.sun.jdi
-
Provides access to a primitive long
value in
the target VM.