Uses of Class
com.sun.jdi.ClassNotLoadedException
-
Packages that use ClassNotLoadedException 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像 - 以及引导工具。 -
-
Uses of ClassNotLoadedException in com.sun.jdi
Methods in com.sun.jdi that throw ClassNotLoadedException 变量和类型 方法 描述 List<Type>
Method. argumentTypes()
返回一个列表,其中包含此方法的每个形式参数的类型。Type
ArrayType. componentType()
返回此数组的组件类型,如数组声明中所指定。void
ThreadReference. forceEarlyReturn(Value value)
强制方法在到达return语句之前返回。Value
ClassType. invokeMethod(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options)
在目标VM中调用指定的静态方法
。default Value
InterfaceType. invokeMethod(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options)
在目标VM中调用指定的静态方法
。Value
ObjectReference. invokeMethod(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options)
在目标VM中对此对象调用指定的方法
。ObjectReference
ClassType. newInstance(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options)
使用目标VM中的给定构造函数方法
构造此类型的新实例。Type
Method. returnType()
返回此方法声明中指定的返回类型。void
ArrayReference. setValue(int index, Value value)
用另一个值替换数组组件。void
ClassType. setValue(字段 field, Value value)
为静态字段分配值。void
ObjectReference. setValue(字段 field, Value value)
设置此对象中给定实例或静态字段的值。void
StackFrame. setValue(LocalVariable variable, Value value)
在此框架中设置LocalVariable
的LocalVariable
。void
ArrayReference. setValues(int index, List<? extends Value> values, int srcIndex, int length)
用其他值替换一系列数组组件。void
ArrayReference. setValues(List<? extends Value> values)
用其他值替换所有数组组件。Type
Field. type()
返回此字段的类型。Type
LocalVariable. type()
返回此变量的类型。
-