Java Debug Interface
DRAFT 9-Debian+0-9b148-1
A B C D E F G H I J L M N O P R S T U V W 

L

LaunchingConnector - Interface in com.sun.jdi.connect
A connector which can launch a target VM before connecting to it.
ListeningConnector - Interface in com.sun.jdi.connect
A connector which listens for a connection initiated by a target VM.
LocalVariable - Interface in com.sun.jdi
A local variable in the target VM.
Locatable - Interface in com.sun.jdi
A mirror that has a Location.
LocatableEvent - Interface in com.sun.jdi.event
Abstract superinterface of events which have both location and thread.
Location - Interface in com.sun.jdi
A point within the executing code of the target VM.
LongType - Interface in com.sun.jdi
The type of all primitive long values accessed in the target VM.
LongValue - Interface in com.sun.jdi
Provides access to a primitive long value in the target VM.
ListenKey() - Constructor for class com.sun.jdi.connect.spi.TransportService.ListenKey
 
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.
launchingConnectors() - Method in interface com.sun.jdi.VirtualMachineManager
Returns the list of known LaunchingConnector objects.
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.
listeningConnectors() - Method in interface com.sun.jdi.VirtualMachineManager
Returns the list of known ListeningConnector objects.
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.
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.
longValue() - Method in interface com.sun.jdi.PrimitiveValue
Converts this value to a LongValue and returns the result as a long.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
Java Debug Interface
DRAFT 9-Debian+0-9b148-1

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Debian+0-9b148-1