- IllegalConnectorArgumentsException - Exception in com.sun.jdi.connect
-
Thrown to indicate an invalid argument or
inconsistent passed to a
Connector
.
- IllegalConnectorArgumentsException(String, String) - Constructor for exception com.sun.jdi.connect.IllegalConnectorArgumentsException
-
Construct an IllegalConnectorArgumentsException
with the specified detail message and the name of the argument
which is invalid or inconsistent.
- IllegalConnectorArgumentsException(String, List<String>) - Constructor for exception com.sun.jdi.connect.IllegalConnectorArgumentsException
-
Construct an IllegalConnectorArgumentsException
with the specified detail message and a List
of
names of arguments which are invalid or inconsistent.
- implementors() - Method in interface com.sun.jdi.InterfaceType
-
Gets the currently prepared classes which directly implement this
interface.
- IncompatibleThreadStateException - Exception in com.sun.jdi
-
Thrown to indicate that the requested operation cannot be
completed while the specified thread is in its current state.
- IncompatibleThreadStateException() - Constructor for exception com.sun.jdi.IncompatibleThreadStateException
-
- IncompatibleThreadStateException(String) - Constructor for exception com.sun.jdi.IncompatibleThreadStateException
-
- InconsistentDebugInfoException - Exception in com.sun.jdi
-
Thrown to indicate that there is an inconistency in the debug
information provided by the target VM.
- InconsistentDebugInfoException() - Constructor for exception com.sun.jdi.InconsistentDebugInfoException
-
- InconsistentDebugInfoException(String) - Constructor for exception com.sun.jdi.InconsistentDebugInfoException
-
- instanceCounts(List<? extends ReferenceType>) - Method in interface com.sun.jdi.VirtualMachine
-
Returns the number of instances of each ReferenceType in the 'refTypes'
list.
- instances(long) - Method in interface com.sun.jdi.ReferenceType
-
Returns instances of this ReferenceType.
- IntegerType - Interface in com.sun.jdi
-
The type of all primitive int
values
accessed in the target VM.
- IntegerValue - Interface in com.sun.jdi
-
Provides access to a primitive int
value in
the target VM.
- interfaces() - Method in interface com.sun.jdi.ClassType
-
Gets the interfaces directly implemented by this class.
- InterfaceType - Interface in com.sun.jdi
-
A mirror of an interface in the target VM.
- InternalException - Exception in com.sun.jdi
-
Thrown to indicate that an unexpected internal error has
occurred.
- InternalException() - Constructor for exception com.sun.jdi.InternalException
-
- InternalException(int) - Constructor for exception com.sun.jdi.InternalException
-
- InternalException(String) - Constructor for exception com.sun.jdi.InternalException
-
- InternalException(String, int) - Constructor for exception com.sun.jdi.InternalException
-
- interrupt() - Method in interface com.sun.jdi.ThreadReference
-
Interrupts this thread unless the thread has been suspended by the
debugger.
- intValue() - Method in interface com.sun.jdi.connect.Connector.IntegerArgument
-
Return the value of the argument as a int.
- intValue() - Method in interface com.sun.jdi.PrimitiveValue
-
Converts this value to an IntegerValue and returns the result
as an int.
- InvalidCodeIndexException - Exception in com.sun.jdi
-
- InvalidCodeIndexException() - Constructor for exception com.sun.jdi.InvalidCodeIndexException
-
Deprecated.
- InvalidCodeIndexException(String) - Constructor for exception com.sun.jdi.InvalidCodeIndexException
-
Deprecated.
- InvalidLineNumberException - Exception in com.sun.jdi
-
- InvalidLineNumberException() - Constructor for exception com.sun.jdi.InvalidLineNumberException
-
Deprecated.
- InvalidLineNumberException(String) - Constructor for exception com.sun.jdi.InvalidLineNumberException
-
Deprecated.
- InvalidModuleException - Exception in com.sun.jdi
-
Thrown to indicate that the requested module is invalid
or became invalid after the module was unloaded.
- InvalidModuleException() - Constructor for exception com.sun.jdi.InvalidModuleException
-
Constructs an InvalidModuleException
with no detail message.
- InvalidModuleException(String) - Constructor for exception com.sun.jdi.InvalidModuleException
-
Constructs an InvalidModuleException
with the given detail
message.
- InvalidRequestStateException - Exception in com.sun.jdi.request
-
Thrown to indicate that the requested event cannot be modified
because it is enabled.
- InvalidRequestStateException() - Constructor for exception com.sun.jdi.request.InvalidRequestStateException
-
- InvalidRequestStateException(String) - Constructor for exception com.sun.jdi.request.InvalidRequestStateException
-
- InvalidStackFrameException - Exception in com.sun.jdi
-
Thrown to indicate that the requested operation cannot be
completed because the specified stack frame is no longer valid.
- InvalidStackFrameException() - Constructor for exception com.sun.jdi.InvalidStackFrameException
-
- InvalidStackFrameException(String) - Constructor for exception com.sun.jdi.InvalidStackFrameException
-
- InvalidTypeException - Exception in com.sun.jdi
-
Thrown to indicate a type mismatch in setting the value of a field
or variable, or in specifying the return value of a method.
- InvalidTypeException() - Constructor for exception com.sun.jdi.InvalidTypeException
-
- InvalidTypeException(String) - Constructor for exception com.sun.jdi.InvalidTypeException
-
- InvocationException - Exception in com.sun.jdi
-
Thrown to indicate an exception occurred in an invoked method within
the target VM.
- InvocationException(ObjectReference) - Constructor for exception com.sun.jdi.InvocationException
-
- INVOKE_NONVIRTUAL - Static variable in interface com.sun.jdi.ObjectReference
-
Perform non-virtual method invocation
- INVOKE_SINGLE_THREADED - Static variable in interface com.sun.jdi.ClassType
-
Perform method invocation with only the invoking thread resumed
- INVOKE_SINGLE_THREADED - Static variable in interface com.sun.jdi.ObjectReference
-
Perform method invocation with only the invoking thread resumed
- invokeMethod(ThreadReference, Method, List<? extends Value>, int) - Method in interface com.sun.jdi.ClassType
-
Invokes the specified static
Method
in the
target VM.
- invokeMethod(ThreadReference, Method, List<? extends Value>, int) - Method in interface com.sun.jdi.InterfaceType
-
Invokes the specified static
Method
in the
target VM.
- invokeMethod(ThreadReference, Method, List<? extends Value>, int) - Method in interface com.sun.jdi.ObjectReference
-
Invokes the specified
Method
on this object in the
target VM.
- isAbstract() - Method in interface com.sun.jdi.Method
-
Determine if this method is abstract.
- isAbstract() - Method in interface com.sun.jdi.ReferenceType
-
Determines if this type was declared abstract.
- isArgument() - Method in interface com.sun.jdi.LocalVariable
-
Determines if this variable is an argument to its method.
- isAtBreakpoint() - Method in interface com.sun.jdi.ThreadReference
-
Determines whether the thread is suspended at a breakpoint.
- isBridge() - Method in interface com.sun.jdi.Method
-
Determine if this method is a bridge method.
- isCollected() - Method in interface com.sun.jdi.ObjectReference
-
Determines if this object has been garbage collected in the target
VM.
- isConstructor() - Method in interface com.sun.jdi.Method
-
Determine if this method is a constructor.
- isDefault() - Method in interface com.sun.jdi.Method
-
Determine if this method is a default method
- isEnabled() - Method in interface com.sun.jdi.request.EventRequest
-
Determines if this event request is currently enabled.
- isEnum() - Method in interface com.sun.jdi.ClassType
-
Determine if this class was declared as an enum.
- isEnumConstant() - Method in interface com.sun.jdi.Field
-
Determine if this is a field that represents an enum constant.
- isFinal() - Method in interface com.sun.jdi.ReferenceType
-
Determines if this type was declared final.
- isFinal() - Method in interface com.sun.jdi.TypeComponent
-
Determines if this TypeComponent is final.
- isInitialized() - Method in interface com.sun.jdi.ReferenceType
-
Determines if this type has been initialized.
- isNative() - Method in interface com.sun.jdi.Method
-
Determine if this method is native.
- isObsolete() - Method in interface com.sun.jdi.Method
-
Determine if this method is obsolete.
- isOpen() - Method in class com.sun.jdi.connect.spi.Connection
-
Tells whether or not this connection is open.
- isPackagePrivate() - Method in interface com.sun.jdi.Accessible
-
Determines if this object mirrors a package private item.
- isPrepared() - Method in interface com.sun.jdi.ReferenceType
-
Determines if this type has been prepared.
- isPrivate() - Method in interface com.sun.jdi.Accessible
-
Determines if this object mirrors a private item.
- isProtected() - Method in interface com.sun.jdi.Accessible
-
Determines if this object mirrors a protected item.
- isPublic() - Method in interface com.sun.jdi.Accessible
-
Determines if this object mirrors a public item.
- isStatic() - Method in interface com.sun.jdi.ReferenceType
-
Determines if this type was declared static.
- isStatic() - Method in interface com.sun.jdi.TypeComponent
-
Determines if this TypeComponent is static.
- isStaticInitializer() - Method in interface com.sun.jdi.Method
-
Determine if this method is a static initializer.
- isSuspended() - Method in interface com.sun.jdi.ThreadReference
-
Determines whether the thread has been suspended by the
the debugger.
- isSynchronized() - Method in interface com.sun.jdi.Method
-
Determine if this method is synchronized.
- isSynthetic() - Method in interface com.sun.jdi.TypeComponent
-
Determines if this TypeComponent is synthetic.
- isTransient() - Method in interface com.sun.jdi.Field
-
Determine if this is a transient field.
- isValid(int) - Method in interface com.sun.jdi.connect.Connector.IntegerArgument
-
Performs basic sanity check of argument.
- isValid(String) - Method in interface com.sun.jdi.connect.Connector.Argument
-
Performs basic sanity check of argument.
- isValid(String) - Method in interface com.sun.jdi.connect.Connector.BooleanArgument
-
Performs basic sanity check of argument.
- isValid(String) - Method in interface com.sun.jdi.connect.Connector.IntegerArgument
-
Performs basic sanity check of argument.
- isValid(String) - Method in interface com.sun.jdi.connect.Connector.SelectedArgument
-
Performs basic sanity check of argument.
- isValid(String) - Method in interface com.sun.jdi.connect.Connector.StringArgument
-
Performs basic sanity check of argument.
- isVarArgs() - Method in interface com.sun.jdi.Method
-
Determine if this method accepts a variable number of arguments.
- isVerified() - Method in interface com.sun.jdi.ReferenceType
-
Determines if this type has been verified.
- isVisible(StackFrame) - Method in interface com.sun.jdi.LocalVariable
-
Determines whether this variable can be accessed from the given
StackFrame
.
- isVolatile() - Method in interface com.sun.jdi.Field
-
Determine if this is a volatile field.