Uses of Class
com.sun.jdi.ClassNotLoadedException
Packages that use ClassNotLoadedException
包
描述
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
Methods in com.sun.jdi that throw ClassNotLoadedException修饰符和类方法描述Method.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.voidThreadReference.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 staticMethodin the target VM.default ValueInterfaceType.invokeMethod(ThreadReference thread, Method method, List<? extends Value> arguments, int options) Invokes the specified staticMethodin the target VM.ObjectReference.invokeMethod(ThreadReference thread, Method method, List<? extends Value> arguments, int options) Invokes the specifiedMethodon 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 constructorMethodin the target VM.Method.returnType()Returns the return type, as specified in the declaration of this method.voidReplaces an array component with another value.voidAssigns a value to a static field.voidSets the value of a given instance or static field in this object.voidStackFrame.setValue(LocalVariable variable, Value value) Sets theValueof aLocalVariablein this frame.voidReplaces a range of array components with other values.voidReplaces all array components with other values.Field.type()Returns the type of this field.LocalVariable.type()Returns the type of this variable.