- readPacket() - Method in class com.sun.jdi.connect.spi.Connection
-
Reads a packet from the target VM.
- redefineClasses(Map<? extends ReferenceType, byte[]>) - Method in interface com.sun.jdi.VirtualMachine
-
All classes given are redefined according to the
definitions supplied.
- referenceType() - Method in interface com.sun.jdi.event.ClassPrepareEvent
-
Returns the reference type for which this event was generated.
- referenceType() - Method in interface com.sun.jdi.ObjectReference
-
- ReferenceType - Interface in com.sun.jdi
-
The type of an object in a target VM.
- referringObjects(long) - Method in interface com.sun.jdi.ObjectReference
-
Returns objects that directly reference this object.
- reflectedType() - Method in interface com.sun.jdi.ClassObjectReference
-
- remove() - Method in interface com.sun.jdi.event.EventQueue
-
Waits forever for the next available event.
- remove(long) - Method in interface com.sun.jdi.event.EventQueue
-
Waits a specified time for the next available event.
- request() - Method in interface com.sun.jdi.event.Event
-
- resume() - Method in interface com.sun.jdi.event.EventSet
-
Resumes threads suspended by this event set.
- resume() - Method in interface com.sun.jdi.ThreadGroupReference
-
Resumes all threads in this thread group.
- resume() - Method in interface com.sun.jdi.ThreadReference
-
Resumes this thread.
- resume() - Method in interface com.sun.jdi.VirtualMachine
-
Continues the execution of the application running in this
virtual machine.
- returnType() - Method in interface com.sun.jdi.Method
-
Returns the return type,
as specified in the declaration of this method.
- returnTypeName() - Method in interface com.sun.jdi.Method
-
Returns a text representation of the return type,
as specified in the declaration of this method.
- returnValue() - Method in interface com.sun.jdi.event.MethodExitEvent
-
Returns the value that the method will return.