- declaringType() - Method in interface com.sun.jdi.Location
-
Gets the type to which this Location belongs.
- declaringType() - Method in interface com.sun.jdi.TypeComponent
-
Returns the type in which this component was declared.
- defaultArguments() - Method in interface com.sun.jdi.connect.Connector
-
Returns the arguments accepted by this Connector and their
default values.
- defaultConnector() - Method in interface com.sun.jdi.VirtualMachineManager
-
Identifies the default connector.
- defaultStratum() - Method in interface com.sun.jdi.ReferenceType
-
Returns the default stratum for this reference type.
- definedClasses() - Method in interface com.sun.jdi.ClassLoaderReference
-
Returns a list of all loaded classes that were defined by this
class loader.
- deleteAllBreakpoints() - Method in interface com.sun.jdi.request.EventRequestManager
-
Remove all breakpoints managed by this EventRequestManager.
- deleteEventRequest(EventRequest) - Method in interface com.sun.jdi.request.EventRequestManager
-
Removes an eventRequest.
- deleteEventRequests(List<? extends EventRequest>) - Method in interface com.sun.jdi.request.EventRequestManager
-
- depth() - Method in interface com.sun.jdi.request.StepRequest
-
- description() - Method in interface com.sun.jdi.connect.Connector.Argument
-
Returns a human-readable description of this argument
and its purpose.
- description() - Method in interface com.sun.jdi.connect.Connector
-
Returns a human-readable description of this connector
and its purpose.
- description() - Method in class com.sun.jdi.connect.spi.TransportService
-
Returns a description of the transport service.
- description() - Method in interface com.sun.jdi.VirtualMachine
-
Returns text information on the target VM and the
debugger support that mirrors it.
- disable() - Method in interface com.sun.jdi.request.EventRequest
-
- disableCollection() - Method in interface com.sun.jdi.ObjectReference
-
Prevents garbage collection for this object.
- dispose() - Method in interface com.sun.jdi.VirtualMachine
-
Invalidates this virtual machine mirror.
- DoubleType - Interface in com.sun.jdi
-
The type of all primitive double values accessed in
the target VM.
- doubleValue() - Method in interface com.sun.jdi.PrimitiveValue
-
Converts this value to a DoubleValue and returns the result
as a double.
- DoubleValue - Interface in com.sun.jdi
-
Provides access to a primitive double
value in
the target VM.
- DuplicateRequestException - Exception in com.sun.jdi.request
-
Thrown to indicate a duplicate event request.
- DuplicateRequestException() - Constructor for exception com.sun.jdi.request.DuplicateRequestException
-
- DuplicateRequestException(String) - Constructor for exception com.sun.jdi.request.DuplicateRequestException
-