Uses of Interface
com.sun.jdi.Accessible
-
Packages that use Accessible 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像 - 以及引导工具。 -
-
Uses of Accessible in com.sun.jdi
Subinterfaces of Accessible in com.sun.jdi 变量和类型 接口 描述 interface
ArrayType
提供对目标VM中阵列类及其组件类型的访问。interface
ClassType
目标VM中类的镜像。interface
字段
目标VM中的类或实例变量。interface
InterfaceType
目标VM中接口的镜像。interface
方法
目标VM中的静态或实例方法。interface
ReferenceType
目标VM中对象的类型。interface
TypeComponent
在用户定义的类型(类或接口)中声明的实体。
-