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 变量和类型 接口 描述 interfaceArrayType提供对目标VM中阵列类及其组件类型的访问。interfaceClassType目标VM中类的镜像。interface字段目标VM中的类或实例变量。interfaceInterfaceType目标VM中接口的镜像。interface方法目标VM中的静态或实例方法。interfaceReferenceType目标VM中对象的类型。interfaceTypeComponent在用户定义的类型(类或接口)中声明的实体。 
 -