Uses of Interface
com.sun.jdi.Field
-
Packages that use 字段 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像 - 以及引导工具。com.sun.jdi.event 该包定义了JDI事件和事件处理。com.sun.jdi.request 此包用于请求在指定条件下发送JDI事件。 -
-
Uses of 字段 in com.sun.jdi
Methods in com.sun.jdi that return 字段 变量和类型 方法 描述 字段ReferenceType. fieldByName(String fieldName)查找具有给定非模糊名称的可见字段。Methods in com.sun.jdi that return types with arguments of type 字段 变量和类型 方法 描述 List<字段>ReferenceType. allFields()返回一个列表,其中包含此类型中声明的每个字段及其超类,实现的接口和/或超接口。List<字段>ReferenceType. 字段()返回包含此类型中声明的每个字段的列表。Map<字段,Value>ObjectReference. getValues(List<? extends 字段> fields)获取此对象中多个实例和/或静态字段的值。Map<字段,Value>ReferenceType. getValues(List<? extends 字段> fields)List<字段>ReferenceType. visibleFields()返回包含此类型中每个未隐藏且明确的字段的列表。Methods in com.sun.jdi with parameters of type 字段 变量和类型 方法 描述 ValueObjectReference. getValue(字段 sig)获取此对象中给定实例或静态字段的值。ValueReferenceType. getValue(字段 field)voidClassType. setValue(字段 field, Value value)为静态字段分配值。voidObjectReference. setValue(字段 field, Value value)设置此对象中给定实例或静态字段的值。Method parameters in com.sun.jdi with type arguments of type 字段 变量和类型 方法 描述 Map<字段,Value>ObjectReference. getValues(List<? extends 字段> fields)获取此对象中多个实例和/或静态字段的值。Map<字段,Value>ReferenceType. getValues(List<? extends 字段> fields) -
Uses of 字段 in com.sun.jdi.event
Methods in com.sun.jdi.event that return 字段 变量和类型 方法 描述 字段WatchpointEvent. 字段()返回即将访问/修改的字段。 -
Uses of 字段 in com.sun.jdi.request
Methods in com.sun.jdi.request that return 字段 变量和类型 方法 描述 字段WatchpointRequest. 字段()获取此WatchpointRequest正在监视的Field。Methods in com.sun.jdi.request with parameters of type 字段 变量和类型 方法 描述 AccessWatchpointRequestEventRequestManager. createAccessWatchpointRequest(字段 field)创建一个新的禁用观察点,监视对指定字段的访问。ModificationWatchpointRequestEventRequestManager. createModificationWatchpointRequest(字段 field)Creates a new disabled watchpoint which watches accesses to the specified field.
-