Uses of Class
com.sun.jdi.ClassNotLoadedException
Package
Description
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
-
Uses of ClassNotLoadedException in com.sun.jdi
Modifier and TypeMethodDescriptionMethod.argumentTypes()
Returns a list containing the type of each formal parameter of this method.ArrayType.componentType()
Returns the component type of this array, as specified in the array declaration.void
ThreadReference.forceEarlyReturn
(Value value) Force a method to return before it reaches a return statement.ClassType.invokeMethod
(ThreadReference thread, Method method, List<? extends Value> arguments, int options) Invokes the specified staticMethod
in the target VM.default Value
InterfaceType.invokeMethod
(ThreadReference thread, Method method, List<? extends Value> arguments, int options) Invokes the specified staticMethod
in the target VM.ObjectReference.invokeMethod
(ThreadReference thread, Method method, List<? extends Value> arguments, int options) Invokes the specifiedMethod
on this object in the target VM.ClassType.newInstance
(ThreadReference thread, Method method, List<? extends Value> arguments, int options) Constructs a new instance of this type, using the given constructorMethod
in the target VM.Method.returnType()
Returns the return type, as specified in the declaration of this method.void
Replaces an array component with another value.void
Assigns a value to a static field.void
Sets the value of a given instance or static field in this object.void
StackFrame.setValue
(LocalVariable variable, Value value) Sets theValue
of aLocalVariable
in this frame.void
Replaces a range of array components with other values.void
Replaces all array components with other values.Field.type()
Returns the type of this field.LocalVariable.type()
Returns the type of this variable.