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 Modifier and Type 接口 描述 interface
ArrayType
提供对数组类的访问及其在目标虚拟机中的组件类型。interface
ClassType
目标VM中的类的镜像。interface
Field
目标VM中的类或实例变量。interface
InterfaceType
目标虚拟机中的接口的镜像。interface
方法
目标VM中的静态或实例方法。interface
ReferenceType
目标虚拟机中对象的类型。interface
TypeComponent
在用户定义的类型(类或接口)内声明的实体。
-