Uses of Class
com.sun.jdi.InvalidTypeException
-
Packages that use InvalidTypeException 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像以及自举设备。 -
-
Uses of InvalidTypeException in com.sun.jdi
Methods in com.sun.jdi that throw InvalidTypeException Modifier and Type 方法 描述 voidThreadReference. forceEarlyReturn(Value value)强制一个方法在返回到返回语句之前返回。ValueClassType. invokeMethod(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options)调用目标VM中指定的静态方法。default ValueInterfaceType. invokeMethod(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options)调用目标VM中指定的静态方法。ValueObjectReference. invokeMethod(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options)在目标虚拟机中调用此对象上指定的方法。ObjectReferenceClassType. newInstance(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options)使用目标VM中的给定构造函数方法构造此类型的新实例。voidArrayReference. setValue(int index, Value value)用另一个值替换数组组件。voidClassType. setValue(Field field, Value value)为静态字段分配一个值。voidObjectReference. setValue(Field field, Value value)设置此对象中给定实例或静态字段的值。voidStackFrame. setValue(LocalVariable variable, Value value)在此框架中设置LocalVariable的Value。voidArrayReference. setValues(int index, List<? extends Value> values, int srcIndex, int length)用其他值替换一系列阵列组件。voidArrayReference. setValues(List<? extends Value> values)用其他值替换所有数组组件。voidThreadReference. stop(ObjectReference throwable)Stops this thread with an asynchronous exception.
-