Uses of Interface
com.sun.jdi.InterfaceType
-
Packages that use InterfaceType 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像 - 以及引导工具。 -
-
Uses of InterfaceType in com.sun.jdi
Methods in com.sun.jdi that return types with arguments of type InterfaceType 变量和类型 方法 描述 List<InterfaceType>
ClassType. allInterfaces()
获取此类直接和间接实现的接口。List<InterfaceType>
ClassType. interfaces()
获取此类直接实现的接口。List<InterfaceType>
InterfaceType. subinterfaces()
获取当前准备好的直接扩展此接口的接口。List<InterfaceType>
InterfaceType. superinterfaces()
获取此接口直接扩展的接口。
-