- majorInterfaceVersion() - Method in interface com.sun.jdi.VirtualMachineManager
-
Returns the major version number of the JDI interface.
- majorVersion() - Method in interface com.sun.jdi.ReferenceType
-
Returns the class major version number, as defined in the class file format
of the Java Virtual Machine Specification.
- max() - Method in interface com.sun.jdi.connect.Connector.IntegerArgument
-
The upper bound for the value.
- method() - Method in interface com.sun.jdi.event.MethodEntryEvent
-
Returns the method that was entered.
- method() - Method in interface com.sun.jdi.event.MethodExitEvent
-
Returns the method that was exited.
- method() - Method in interface com.sun.jdi.Location
-
Gets the method containing this Location.
- Method - Interface in com.sun.jdi
-
A static or instance method in the target VM.
- MethodEntryEvent - Interface in com.sun.jdi.event
-
Notification of a method invocation in the target VM.
- MethodEntryRequest - Interface in com.sun.jdi.request
-
Request for notification when a method is invoked in the target VM.
- methodEntryRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled method entry requests.
- MethodExitEvent - Interface in com.sun.jdi.event
-
Notification of a method return in the target VM.
- MethodExitRequest - Interface in com.sun.jdi.request
-
Request for notification when a method returns in the target VM.
- methodExitRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled method exit requests.
- methods() - Method in interface com.sun.jdi.ReferenceType
-
Returns a list containing each
Method
declared
directly in this type.
- methodsByName(String) - Method in interface com.sun.jdi.ReferenceType
-
Returns a List containing each visible
Method
that
has the given name.
- methodsByName(String, String) - Method in interface com.sun.jdi.ReferenceType
-
Returns a List containing each visible
Method
that
has the given name and signature.
- min() - Method in interface com.sun.jdi.connect.Connector.IntegerArgument
-
The lower bound for the value.
- minorInterfaceVersion() - Method in interface com.sun.jdi.VirtualMachineManager
-
Returns the minor version number of the JDI interface.
- minorVersion() - Method in interface com.sun.jdi.ReferenceType
-
Returns the class minor version number, as defined in the class file format
of the Java Virtual Machine Specification.
- Mirror - Interface in com.sun.jdi
-
A proxy used by a debugger to examine or manipulate some entity
in another virtual machine.
- mirrorOf(boolean) - Method in interface com.sun.jdi.VirtualMachine
-
- mirrorOf(byte) - Method in interface com.sun.jdi.VirtualMachine
-
- mirrorOf(char) - Method in interface com.sun.jdi.VirtualMachine
-
- mirrorOf(double) - Method in interface com.sun.jdi.VirtualMachine
-
- mirrorOf(float) - Method in interface com.sun.jdi.VirtualMachine
-
- mirrorOf(int) - Method in interface com.sun.jdi.VirtualMachine
-
- mirrorOf(long) - Method in interface com.sun.jdi.VirtualMachine
-
- mirrorOf(short) - Method in interface com.sun.jdi.VirtualMachine
-
- mirrorOf(String) - Method in interface com.sun.jdi.VirtualMachine
-
Creates a string in this virtual machine.
- mirrorOfVoid() - Method in interface com.sun.jdi.VirtualMachine
-
- ModificationWatchpointEvent - Interface in com.sun.jdi.event
-
Notification of a field modification in the
target VM.
- ModificationWatchpointRequest - Interface in com.sun.jdi.request
-
Request for notification when a field is set.
- modificationWatchpointRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled modification
watchpoint requests.
- modifiers() - Method in interface com.sun.jdi.Accessible
-
Returns the Java™ programming language modifiers, encoded
in an integer.
- module() - Method in interface com.sun.jdi.ReferenceType
-
Gets the module object which contains the class corresponding
to this type.
- ModuleReference - Interface in com.sun.jdi
-
A module in the target VM.
- monitor() - Method in interface com.sun.jdi.event.MonitorContendedEnteredEvent
-
Returns the monitor that was entered.
- monitor() - Method in interface com.sun.jdi.event.MonitorContendedEnterEvent
-
Returns the method that was entered.
- monitor() - Method in interface com.sun.jdi.event.MonitorWaitedEvent
-
Returns the monitor object this thread waited on.
- monitor() - Method in interface com.sun.jdi.event.MonitorWaitEvent
-
Returns the monitor object that the thread about to wait.
- monitor() - Method in interface com.sun.jdi.MonitorInfo
-
- MonitorContendedEnteredEvent - Interface in com.sun.jdi.event
-
Notification that a thread in the target VM is entering a monitor
after waiting for it to be released by another thread.
- MonitorContendedEnteredRequest - Interface in com.sun.jdi.request
-
Request for notification of a thread in the target VM entering a monitor
after waiting for it to be released by another thread.
- monitorContendedEnteredRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled monitor contended entered requests.
- MonitorContendedEnterEvent - Interface in com.sun.jdi.event
-
Notification that a thread in the target VM is attempting
to enter a monitor that is already acquired by another thread.
- MonitorContendedEnterRequest - Interface in com.sun.jdi.request
-
Request for notification of a thread in the target VM
attempting to enter a monitor already acquired by another thread.
- monitorContendedEnterRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled monitor contended enter requests.
- MonitorInfo - Interface in com.sun.jdi
-
Information about a monitor owned by a thread.
- MonitorWaitedEvent - Interface in com.sun.jdi.event
-
Notification that a thread in the target VM has finished
waiting on an monitor object.
- MonitorWaitedRequest - Interface in com.sun.jdi.request
-
Request for notification when a thread in the target VM has finished waiting on
a monitor object.
- monitorWaitedRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled monitor waited requests.
- MonitorWaitEvent - Interface in com.sun.jdi.event
-
Notification that a thread in the target VM is about to
wait on a monitor object.
- MonitorWaitRequest - Interface in com.sun.jdi.request
-
Request for notification when a thread in the target VM is about to
wait on a monitor object.
- monitorWaitRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled monitor wait requests.
- mustSpecify() - Method in interface com.sun.jdi.connect.Connector.Argument
-
Indicates whether the argument must be specified.