类的用途
com.sun.jdi.ClassNotLoadedException
使用 ClassNotLoadedException 的包
-
ClassNotLoadedException 在 com.sun.jdi 中的用法
修饰符和类型方法描述Method.argumentTypes()返回一个列表,其中包含此方法的每个形式参数的类型。ArrayType.componentType()返回此数组的组件类型,如数组声明中指定的那样。voidThreadReference.forceEarlyReturn(Value value) 强制方法在到达返回语句之前返回。ClassType.invokeMethod(ThreadReference thread, Method method, List<? extends Value> arguments, int options) 在目标 VM 中调用指定的静态Method。default ValueInterfaceType.invokeMethod(ThreadReference thread, Method method, List<? extends Value> arguments, int options) 在目标 VM 中调用指定的静态Method。ObjectReference.invokeMethod(ThreadReference thread, Method method, List<? extends Value> arguments, int options) 在目标 VM 中的此对象上调用指定的Method。ClassType.newInstance(ThreadReference thread, Method method, List<? extends Value> arguments, int options) 使用目标 VM 中的给定构造函数Method构造此类型的新实例。Method.returnType()返回在此方法的声明中指定的返回类型。void用另一个值替换数组组件。void为静态字段分配一个值。void设置此对象中给定实例或静态字段的值。voidStackFrame.setValue(LocalVariable variable, Value value) 在此帧中设置LocalVariable的Value。void用其他值替换一系列数组组件。void用其他值替换所有数组组件。Field.type()返回此字段的类型。LocalVariable.type()返回此变量的类型。