- name() - Method in interface com.sun.jdi.connect.Connector.Argument
-
Returns a short, unique identifier for the argument.
- name() - Method in interface com.sun.jdi.connect.Connector
-
Returns a short identifier for the connector.
- name() - Method in class com.sun.jdi.connect.spi.TransportService
-
Returns a name to identify the transport service.
- name() - Method in interface com.sun.jdi.connect.Transport
-
Returns a short identifier for the transport.
- name() - Method in interface com.sun.jdi.LocalVariable
-
Gets the name of the local variable.
- name() - Method in interface com.sun.jdi.ModuleReference
-
Returns the module name.
- name() - Method in interface com.sun.jdi.ReferenceType
-
Gets the fully qualified name of this type.
- name() - Method in interface com.sun.jdi.ThreadGroupReference
-
Returns the name of this thread group.
- name() - Method in interface com.sun.jdi.ThreadReference
-
Returns the name of this thread.
- name() - Method in interface com.sun.jdi.Type
-
- name() - Method in interface com.sun.jdi.TypeComponent
-
Gets the name of this type component.
- name() - Method in interface com.sun.jdi.VirtualMachine
-
Returns the name of the target VM as reported by the
property java.vm.name
.
- NativeMethodException - Exception in com.sun.jdi
-
Thrown to indicate an operation cannot be completed because
it is not valid for a native method.
- NativeMethodException() - Constructor for exception com.sun.jdi.NativeMethodException
-
- NativeMethodException(String) - Constructor for exception com.sun.jdi.NativeMethodException
-
- nestedTypes() - Method in interface com.sun.jdi.ReferenceType
-
Returns a List containing
ReferenceType
objects that are
declared within this type and are currently loaded into the Virtual
Machine.
- newInstance(int) - Method in interface com.sun.jdi.ArrayType
-
Creates a new instance of this array class in the target VM.
- newInstance(ThreadReference, Method, List<? extends Value>, int) - Method in interface com.sun.jdi.ClassType
-
Constructs a new instance of this type, using
the given constructor
Method
in the
target VM.
- nextEvent() - Method in interface com.sun.jdi.event.EventIterator
-
- notifyCaught() - Method in interface com.sun.jdi.request.ExceptionRequest
-
Returns whether caught exceptions of the requested type
will generate events when they are thrown.
- notifyUncaught() - Method in interface com.sun.jdi.request.ExceptionRequest
-
Returns whether uncaught exceptions of the requested type
will generate events when they are thrown.